共用方式為


StreamAnalyticsPrivateLinkConnectionState Class

Definition

A collection of read-only information about the state of the connection to the private remote resource.

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

Constructors

StreamAnalyticsPrivateLinkConnectionState()

Initializes a new instance of StreamAnalyticsPrivateLinkConnectionState.

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 remote resource/service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsPrivateLinkConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsPrivateLinkConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsPrivateLinkConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsPrivateLinkConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsPrivateLinkConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to