Share via


CognitiveServicesPrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

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

Constructors

CognitiveServicesPrivateLinkResourceProperties()

Initializes a new instance of CognitiveServicesPrivateLinkResourceProperties.

Properties

DisplayName

The private link resource display name.

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.

Explicit Interface Implementations

IJsonModel<CognitiveServicesPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to