共用方式為


PrivateDnsZoneConfig Class

Definition

PrivateDnsZoneConfig resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateDnsZoneConfig
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateDnsZoneConfig = class
Public Class PrivateDnsZoneConfig
Inheritance
PrivateDnsZoneConfig
Attributes

Constructors

PrivateDnsZoneConfig()

Initializes a new instance of the PrivateDnsZoneConfig class.

PrivateDnsZoneConfig(String, String, IList<RecordSet>)

Initializes a new instance of the PrivateDnsZoneConfig class.

Properties

Name

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

PrivateDnsZoneId

Gets or sets the resource id of the private dns zone.

RecordSets

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

Applies to