NewAzureOperationalInsightsClusterCommand.SkuName 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.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
- Attributes