ElasticSanPrivateLinkServiceConnectionState Class

Definition

Response for Private Link Service Connection state.

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

Constructors

ElasticSanPrivateLinkServiceConnectionState()

Initializes a new instance of ElasticSanPrivateLinkServiceConnectionState.

Properties

ActionsRequired

A message indicating if changes on the service provider require any updates on the consumer.

Description

The reason for approval/rejection of the connection.

Status

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Explicit Interface Implementations

IJsonModel<ElasticSanPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ElasticSanPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticSanPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticSanPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ElasticSanPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to