Share via


MediaServicesPrivateEndpointConnectionData Class

Definition

A class representing the MediaServicesPrivateEndpointConnection data model. The Private Endpoint Connection resource.

public class MediaServicesPrivateEndpointConnectionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.MediaServicesPrivateEndpointConnectionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.MediaServicesPrivateEndpointConnectionData>
type MediaServicesPrivateEndpointConnectionData = class
    inherit ResourceData
    interface IJsonModel<MediaServicesPrivateEndpointConnectionData>
    interface IPersistableModel<MediaServicesPrivateEndpointConnectionData>
Public Class MediaServicesPrivateEndpointConnectionData
Inherits ResourceData
Implements IJsonModel(Of MediaServicesPrivateEndpointConnectionData), IPersistableModel(Of MediaServicesPrivateEndpointConnectionData)
Inheritance
Azure.ResourceManager.Models.ResourceData
MediaServicesPrivateEndpointConnectionData
Implements
System.ClientModel.Primitives.IJsonModel<MediaServicesPrivateEndpointConnectionData> System.ClientModel.Primitives.IPersistableModel<MediaServicesPrivateEndpointConnectionData> System.ClientModel.Primitives.IPersistableModel<T>

Constructors

MediaServicesPrivateEndpointConnectionData()

Initializes a new instance of MediaServicesPrivateEndpointConnectionData.

Properties

ConnectionState

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

PrivateEndpointId

Gets Id.

ProvisioningState

The provisioning state of the private endpoint connection resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MediaServicesPrivateEndpointConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MediaServicesPrivateEndpointConnectionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<MediaServicesPrivateEndpointConnectionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<MediaServicesPrivateEndpointConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MediaServicesPrivateEndpointConnectionData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to