Share via


DataReplicationPrivateLinkResourceProperties Class

Definition

Represents private link resource properties.

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

Properties

GroupId

Gets or sets the group id.

ProvisioningState

Gets or sets the provisioning state of the private link resource.

RequiredMembers

Gets or sets the required member. This translates to how many Private IPs should be created for each privately linkable resource.

RequiredZoneNames

Gets or sets the private DNS zone names.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to