Class ProviderExtendedLocation
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The provider extended location.
public class ProviderExtendedLocation : IJsonModel<ProviderExtendedLocation>, IPersistableModel<ProviderExtendedLocation>
- Inheritance
-
ProviderExtendedLocation
- Implements
-
IJsonModel<ProviderExtendedLocation>IPersistableModel<ProviderExtendedLocation>
- Inherited Members
Properties
ExtendedLocations
The extended locations for the azure location.
public IReadOnlyList<string> ExtendedLocations { get; }
Property Value
Location
The azure location.
public AzureLocation? Location { get; }
Property Value
- AzureLocation?
ProviderExtendedLocationType
The extended location type.
public string ProviderExtendedLocationType { get; }