SetAzureRMContextCommand.Subscription 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.
[System.Management.Automation.Alias(new System.String[] { "SubscriptionId", "SubscriptionName" })]
[System.Management.Automation.Parameter(HelpMessage="Subscription Name or Id", Mandatory=true, ParameterSetName="Subscription", Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Subscription { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "SubscriptionId", "SubscriptionName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Subscription Name or Id", Mandatory=true, ParameterSetName="Subscription", Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Subscription : string with get, set
Public Property Subscription As String
Property Value
- Attributes