GetAzImportExport_List1.SubscriptionId Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Category(new Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory.Path })]
[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.DefaultInfo(Description="", Name="", Script="(Get-AzContext).Subscription.Id")]
[Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The subscription ID for the Azure user.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="subscriptionId")]
[System.Management.Automation.Parameter(HelpMessage="The subscription ID for the Azure user.", Mandatory=true)]
public string[] SubscriptionId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Category(new Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ImportExport.ParameterCategory.Path })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.DefaultInfo(Description="", Name="", Script="(Get-AzContext).Subscription.Id")>]
[<Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.Info(Description="The subscription ID for the Azure user.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="subscriptionId")>]
[<System.Management.Automation.Parameter(HelpMessage="The subscription ID for the Azure user.", Mandatory=true)>]
member this.SubscriptionId : string[] with get, set
Public Property SubscriptionId As String()

Property Value

String[]
Attributes

Applies to