PrivateDnsZoneGroup Constructors
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.
Overloads
PrivateDnsZoneGroup() |
Initializes a new instance of the PrivateDnsZoneGroup class. |
PrivateDnsZoneGroup(String, String, String, String, IList<PrivateDnsZoneConfig>) |
Initializes a new instance of the PrivateDnsZoneGroup class. |
PrivateDnsZoneGroup()
Initializes a new instance of the PrivateDnsZoneGroup class.
public PrivateDnsZoneGroup ();
Public Sub New ()
Applies to
PrivateDnsZoneGroup(String, String, String, String, IList<PrivateDnsZoneConfig>)
Initializes a new instance of the PrivateDnsZoneGroup class.
public PrivateDnsZoneGroup (string id = default, string name = default, string etag = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneConfig> privateDnsZoneConfigs = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneGroup : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneConfig> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional provisioningState As String = Nothing, Optional privateDnsZoneConfigs As IList(Of PrivateDnsZoneConfig) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- provisioningState
- String
The provisioning state of the private dns zone group resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- privateDnsZoneConfigs
- IList<PrivateDnsZoneConfig>
A collection of private dns zone configurations of the private dns zone group.