MongoClusterPrivateLinkResourceProperties Class

Definition

Properties of a private link resource.

public class MongoClusterPrivateLinkResourceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateLinkResourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MongoCluster.Models.MongoClusterPrivateLinkResourceProperties>
type MongoClusterPrivateLinkResourceProperties = class
    interface IJsonModel<MongoClusterPrivateLinkResourceProperties>
    interface IPersistableModel<MongoClusterPrivateLinkResourceProperties>
Public Class MongoClusterPrivateLinkResourceProperties
Implements IJsonModel(Of MongoClusterPrivateLinkResourceProperties), IPersistableModel(Of MongoClusterPrivateLinkResourceProperties)
Inheritance
MongoClusterPrivateLinkResourceProperties
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<MongoClusterPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoClusterPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoClusterPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoClusterPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoClusterPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to