Bagikan melalui


PrivateDnsZoneGroup Class

Definition

Private dns zone group resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateDnsZoneGroup : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateDnsZoneGroup = class
    inherit SubResource
Public Class PrivateDnsZoneGroup
Inherits SubResource
Inheritance
PrivateDnsZoneGroup
Attributes

Constructors

PrivateDnsZoneGroup()

Initializes a new instance of the PrivateDnsZoneGroup class.

PrivateDnsZoneGroup(String, String, String, String, IList<PrivateDnsZoneConfig>)

Initializes a new instance of the PrivateDnsZoneGroup class.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

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

PrivateDnsZoneConfigs

Gets or sets a collection of private dns zone configurations of the private dns zone group.

ProvisioningState

Gets the provisioning state of the private dns zone group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Applies to