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


StreamAnalyticsPrivateLinkServiceConnection Class

Definition

A grouping of information about the connection to the remote resource.

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

Constructors

StreamAnalyticsPrivateLinkServiceConnection()

Initializes a new instance of StreamAnalyticsPrivateLinkServiceConnection.

Properties

GroupIds

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.

PrivateLinkServiceConnectionState

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

PrivateLinkServiceId

The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.

RequestMessage

A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsPrivateLinkServiceConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsPrivateLinkServiceConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsPrivateLinkServiceConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsPrivateLinkServiceConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsPrivateLinkServiceConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to