NewAzureOperationalInsightsClusterCommand.SkuName Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Sku Name, now can be 'CapacityReservation' only", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "CapacityReservation" })]
public string SkuName { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Sku Name, now can be 'CapacityReservation' only", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "CapacityReservation" }, IgnoreCase=true)]
public string SkuName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Sku Name, now can be 'CapacityReservation' only", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "CapacityReservation" })>]
member this.SkuName : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="Sku Name, now can be 'CapacityReservation' only", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "CapacityReservation" }, IgnoreCase=true)>]
member this.SkuName : string with get, set
Public Property SkuName As String

Property Value

String
Attributes

Applies to