Поделиться через


AutomationPrivateLinkServiceConnectionStateProperty Class

Definition

Connection State of the Private Endpoint Connection.

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

Constructors

AutomationPrivateLinkServiceConnectionStateProperty()

Initializes a new instance of AutomationPrivateLinkServiceConnectionStateProperty.

Properties

ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect).

Description

The private link service connection description.

Status

The private link service connection status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationPrivateLinkServiceConnectionStateProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to