Share via


HealthDataAIServicesPrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

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

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.

Explicit Interface Implementations

IJsonModel<HealthDataAIServicesPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthDataAIServicesPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthDataAIServicesPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthDataAIServicesPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthDataAIServicesPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to