RecoveryServicesPrivateLinkServiceConnectionState Class

Definition

Gets or sets private link service connection state.

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

Properties

ActionsRequired

Gets or sets actions required.

Description

Gets or sets description.

Status

Gets or sets the status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryServicesPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryServicesPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryServicesPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to