< Back

New-SubscriptionObject

Sat Jan 18, 2020 1:38 pm

NAME New-SubscriptionObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.subscription" (or one of its derived types).





SYNTAX

New-SubscriptionObject [-applicationId <string>] [-changeType <string>] [-clientState <string>] [-creatorId

<string>] [-expirationDateTime <DateTimeOffset>] [-notificationUrl <string>] [-resource <string>]

[<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.subscription" (or one of its derived types).





PARAMETERS

-resource <string>

The "resource" property, of type "Edm.String".



This property is on the "microsoft.graph.subscription" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-changeType <string>

The "changeType" property, of type "Edm.String".



This property is on the "microsoft.graph.subscription" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-clientState <string>

The "clientState" property, of type "Edm.String".



This property is on the "microsoft.graph.subscription" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-notificationUrl <string>

The "notificationUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.subscription" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-expirationDateTime <DateTimeOffset>

The "expirationDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.subscription" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-applicationId <string>

The "applicationId" property, of type "Edm.String".



This property is on the "microsoft.graph.subscription" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-creatorId <string>

The "creatorId" property, of type "Edm.String".



This property is on the "microsoft.graph.subscription" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS