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

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.

Explicit Interface Implementations

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