PrivateDnsZoneGroupPropertiesFormat 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
| Name | Description |
|---|---|
| PrivateDnsZoneGroupPropertiesFormat() |
Initializes a new instance of the PrivateDnsZoneGroupPropertiesFormat class. |
| PrivateDnsZoneGroupPropertiesFormat(String, IList<PrivateDnsZoneConfig>) |
Initializes a new instance of the PrivateDnsZoneGroupPropertiesFormat class. |
PrivateDnsZoneGroupPropertiesFormat()
Initializes a new instance of the PrivateDnsZoneGroupPropertiesFormat class.
public PrivateDnsZoneGroupPropertiesFormat();
Public Sub New ()
Applies to
PrivateDnsZoneGroupPropertiesFormat(String, IList<PrivateDnsZoneConfig>)
Initializes a new instance of the PrivateDnsZoneGroupPropertiesFormat class.
public PrivateDnsZoneGroupPropertiesFormat(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.PrivateDnsZoneGroupPropertiesFormat : string * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneConfig> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZoneGroupPropertiesFormat
Public Sub New (Optional provisioningState As String = Nothing, Optional privateDnsZoneConfigs As IList(Of PrivateDnsZoneConfig) = Nothing)
Parameters
- 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.