Class LocationExpanded
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Location information.
public class LocationExpanded : IJsonModel<LocationExpanded>, IPersistableModel<LocationExpanded>
- Inheritance
-
LocationExpanded
- Implements
-
IJsonModel<LocationExpanded>IPersistableModel<LocationExpanded>
- Inherited Members
Properties
AvailabilityZoneMappings
The availability zone mappings for this region.
public IReadOnlyList<AvailabilityZoneMappings> AvailabilityZoneMappings { get; }
Property Value
DisplayName
The display name of the location.
public string DisplayName { get; }
Property Value
Id
The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.
public string Id { get; }
Property Value
LocationType
The location type.
public LocationType? LocationType { get; }
Property Value
Metadata
Metadata of the location, such as lat/long, paired region, and others.
public LocationMetadata Metadata { get; }
Property Value
Name
The location name.
public string Name { get; }
Property Value
RegionalDisplayName
The display name of the location and its region.
public string RegionalDisplayName { get; }
Property Value
SubscriptionId
The subscription ID.
public string SubscriptionId { get; }
Property Value
Operators
implicit operator AzureLocation(LocationExpanded)
Convert LocationExpanded into a Location object.
public static implicit operator AzureLocation(LocationExpanded location)
Parameters
location
LocationExpandedThe location to convert.
Returns
- AzureLocation