PrivateDnsZoneConfig Class

Definition

PrivateDnsZoneConfig resource.

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

Constructors

PrivateDnsZoneConfig()

Initializes a new instance of PrivateDnsZoneConfig.

Properties

Name

Name of the resource that is unique within a resource group. This name can be used to access the resource.

PrivateDnsZoneId

The resource id of the private dns zone.

RecordSets

A collection of information regarding a recordSet, holding information to identify private resources.

Explicit Interface Implementations

IJsonModel<PrivateDnsZoneConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateDnsZoneConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateDnsZoneConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateDnsZoneConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateDnsZoneConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to