你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PurviewPrivateLinkResourceProperties Class

Definition

A privately linkable resource properties.

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

Properties

Name Description
GroupId

The private link resource group identifier.

RequiredMembers

This translates to how many Private IPs should be created for each privately linkable resource.

RequiredZoneNames

The required zone names for private link resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<PurviewPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to