IResourceSkuZoneDetails.Name Property

Definition

The set of zones that the SKU is available in with the specified capabilities.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The set of zones that the SKU is available in with the specified capabilities.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="name", Update=false)]
public System.Collections.Generic.List<string> Name { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The set of zones that the SKU is available in with the specified capabilities.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="name", Update=false)>]
member this.Name : System.Collections.Generic.List<string>
Public ReadOnly Property Name As List(Of String)

Property Value

Attributes

Applies to