次の方法で共有


RecoveryServicesPrivateEndpointConnection Class

Definition

Private Endpoint Connection Response Properties.

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

Properties

GroupIds

Group Ids for the Private Endpoint.

PrivateEndpointId

Gets Id.

PrivateLinkServiceConnectionState

Gets or sets private link service connection state.

ProvisioningState

Gets or sets provisioning state of the private endpoint connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryServicesPrivateEndpointConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryServicesPrivateEndpointConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesPrivateEndpointConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesPrivateEndpointConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryServicesPrivateEndpointConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to