PairedRegion Class

Definition

Information regarding paired region.

public class PairedRegion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.PairedRegion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.PairedRegion>
type PairedRegion = class
    interface IJsonModel<PairedRegion>
    interface IPersistableModel<PairedRegion>
Public Class PairedRegion
Implements IJsonModel(Of PairedRegion), IPersistableModel(Of PairedRegion)
Inheritance
PairedRegion
Implements

Properties

Id

The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.

Name

The name of the paired region.

SubscriptionId

The subscription ID.

Explicit Interface Implementations

IJsonModel<PairedRegion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PairedRegion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PairedRegion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PairedRegion>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PairedRegion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to