Share via


Image.AvailableRegions Property

Definition

Gets or sets the available regions of the image in the shared gallery.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.availableRegions")]
public System.Collections.Generic.IList<string> AvailableRegions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.availableRegions")>]
member this.AvailableRegions : System.Collections.Generic.IList<string> with get, set
Public Property AvailableRegions As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to