IStaticSiteArmResource.SkuLocation Property

Definition

Locations of the SKU.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Locations of the SKU.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)]
public System.Collections.Generic.List<string> SkuLocation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Locations of the SKU.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="locations", Update=true)>]
member this.SkuLocation : System.Collections.Generic.List<string> with get, set
Public Property SkuLocation As List(Of String)

Property Value

Attributes

Applies to