NewAzWebPubSub_CreateExpanded.SubscriptionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Category(new Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory.Path })]
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.DefaultInfo(Description="", Name="", Script="(Get-AzContext).Subscription.Id")]
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="subscriptionId")]
[System.Management.Automation.Parameter(HelpMessage="Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", Mandatory=true)]
public string SubscriptionId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Category(new Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory.Path })>]
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.DefaultInfo(Description="", Name="", Script="(Get-AzContext).Subscription.Id")>]
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="subscriptionId")>]
[<System.Management.Automation.Parameter(HelpMessage="Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.", Mandatory=true)>]
member this.SubscriptionId : string with get, set
Public Property SubscriptionId As String
Property Value
- Attributes