Class PairedRegion
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Information regarding paired region.
public class PairedRegion : IJsonModel<PairedRegion>, IPersistableModel<PairedRegion>
- Inheritance
-
PairedRegion
- Implements
-
IJsonModel<PairedRegion>IPersistableModel<PairedRegion>
- Inherited Members
Properties
Id
The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.
public string Id { get; }
Property Value
Name
The name of the paired region.
public string Name { get; }
Property Value
SubscriptionId
The subscription ID.
public string SubscriptionId { get; }