Share via


Location.Type Property

Definition

Gets the location type. Possible values include: 'Region', 'EdgeZone'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.ResourceManager.Models.LocationType? Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.ResourceManager.Models.LocationType>
Public ReadOnly Property Type As Nullable(Of LocationType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to