MediaServicesPrivateEndpointConnectionData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ResourceDataMediaServicesPrivateEndpointConnectionData
- 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. |