Class ExtendedLocation
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Resource extended location.
[JsonConverter(typeof(ExtendedLocation.ExtendedLocationConverter))]
public class ExtendedLocation : IJsonModel<ExtendedLocation>, IPersistableModel<ExtendedLocation>
- Inheritance
-
ExtendedLocation
- Implements
-
IJsonModel<ExtendedLocation>IPersistableModel<ExtendedLocation>
- Inherited Members
Constructors
ExtendedLocation()
Initializes a new instance of ExtendedLocation.
public ExtendedLocation()
Properties
ExtendedLocationType
The extended location type.
public ExtendedLocationType? ExtendedLocationType { get; set; }
Property Value
Name
The extended location name.
public string Name { get; set; }