RegionalAvailability.SizeAvailabilities 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.
Gets or sets list of all the size information for the region
[Newtonsoft.Json.JsonProperty(PropertyName="sizeAvailabilities")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.SizeAvailability> SizeAvailabilities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sizeAvailabilities")>]
member this.SizeAvailabilities : System.Collections.Generic.IList<Microsoft.Azure.Management.LabServices.Models.SizeAvailability> with get, set
Public Property SizeAvailabilities As IList(Of SizeAvailability)
Property Value
- System.Collections.Generic.IList<SizeAvailability>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute