ISkuInformation.LocationInfo 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.
Availability of the SKU for the location/zone
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="Availability of the SKU for the location/zone", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuLocationInfo) }, Read=true, ReadOnly=true, Required=false, SerializedName="locationInfo", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuLocationInfo> LocationInfo { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=false, Description="Availability of the SKU for the location/zone", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuLocationInfo) }, Read=true, ReadOnly=true, Required=false, SerializedName="locationInfo", Update=false)>]
member this.LocationInfo : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ISkuLocationInfo>
Public ReadOnly Property LocationInfo As List(Of ISkuLocationInfo)
Property Value
- Attributes