Share via


MediaServicesPrivateLinkResourceData Class

Definition

A class representing the MediaServicesPrivateLinkResource data model. A private link resource

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

Constructors

MediaServicesPrivateLinkResourceData()

Initializes a new instance of MediaServicesPrivateLinkResourceData.

Properties

GroupId

The private link resource group id.

RequiredMembers

The private link resource required member names.

RequiredZoneNames

The private link resource Private link DNS zone name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MediaServicesPrivateLinkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MediaServicesPrivateLinkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

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

IPersistableModel<MediaServicesPrivateLinkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<MediaServicesPrivateLinkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MediaServicesPrivateLinkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to