PrivateDnsZoneGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Private dns zone group resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateDnsZoneGroup : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateDnsZoneGroup = class
inherit SubResource
Public Class PrivateDnsZoneGroup
Inherits SubResource
- Inheritance
- 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' |