Share via


HybridComputePrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

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

Constructors

HybridComputePrivateLinkResourceProperties()

Initializes a new instance of HybridComputePrivateLinkResourceProperties.

Properties

GroupId

The private link resource group id.

RequiredMembers

The private link resource required member names.

RequiredZoneNames

Required DNS zone names of the the private link resource.

Explicit Interface Implementations

IJsonModel<HybridComputePrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputePrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputePrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputePrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputePrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to