Delen via


BackupPrivateEndpointConnectionProperties Class

Definition

Private Endpoint Connection Response Properties.

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

Constructors

BackupPrivateEndpointConnectionProperties()

Initializes a new instance of BackupPrivateEndpointConnectionProperties.

Properties

GroupIds

Group Ids for the Private Endpoint.

PrivateEndpointId

Gets or sets 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<BackupPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to