Freigeben über


PrivateDnsZoneGroupPropertiesFormat Constructors

Definition

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.

Applies to