Freigeben über


DurableTaskPrivateLinkServiceConnectionState Class

Definition

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

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

Constructors

Name Description
DurableTaskPrivateLinkServiceConnectionState()

Initializes a new instance of DurableTaskPrivateLinkServiceConnectionState.

Properties

Name Description
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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DurableTaskPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DurableTaskPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DurableTaskPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DurableTaskPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DurableTaskPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Applies to