GlobalReachConnectionData Class

Definition

A class representing the GlobalReachConnection data model. A global reach connection resource

public class GlobalReachConnectionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.GlobalReachConnectionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.GlobalReachConnectionData>
public class GlobalReachConnectionData : Azure.ResourceManager.Models.ResourceData
type GlobalReachConnectionData = class
    inherit ResourceData
    interface IJsonModel<GlobalReachConnectionData>
    interface IPersistableModel<GlobalReachConnectionData>
type GlobalReachConnectionData = class
    inherit ResourceData
Public Class GlobalReachConnectionData
Inherits ResourceData
Implements IJsonModel(Of GlobalReachConnectionData), IPersistableModel(Of GlobalReachConnectionData)
Public Class GlobalReachConnectionData
Inherits ResourceData
Inheritance
GlobalReachConnectionData
Implements

Constructors

GlobalReachConnectionData()

Initializes a new instance of GlobalReachConnectionData.

Properties

AddressPrefix

The network used for global reach carved out from the original network block provided for the private cloud.

AuthorizationKey

Authorization key from the peer express route used for the global reach connection.

CircuitConnectionStatus

The connection status of the global reach connection.

ExpressRouteId

The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PeerExpressRouteCircuit

Identifier of the ExpressRoute Circuit to peer with in the global reach connection.

ProvisioningState

The state of the ExpressRoute Circuit Authorization provisioning.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<GlobalReachConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GlobalReachConnectionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GlobalReachConnectionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GlobalReachConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GlobalReachConnectionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to