Share via


MigrationAssessmentPrivateLinkServiceConnectionState Class

Definition

A collection of information about the state of the connection between service consumer and provider.

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

Constructors

MigrationAssessmentPrivateLinkServiceConnectionState()

Initializes a new instance of MigrationAssessmentPrivateLinkServiceConnectionState.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrationAssessmentPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationAssessmentPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationAssessmentPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationAssessmentPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationAssessmentPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to