Udostępnij przez


PrivateDnsZonePropertiesFormat Constructors

Definition

Overloads

Name Description
PrivateDnsZonePropertiesFormat()

Initializes a new instance of the PrivateDnsZonePropertiesFormat class.

PrivateDnsZonePropertiesFormat(String, IList<RecordSet>)

Initializes a new instance of the PrivateDnsZonePropertiesFormat class.

PrivateDnsZonePropertiesFormat()

Initializes a new instance of the PrivateDnsZonePropertiesFormat class.

public PrivateDnsZonePropertiesFormat();
Public Sub New ()

Applies to

PrivateDnsZonePropertiesFormat(String, IList<RecordSet>)

Initializes a new instance of the PrivateDnsZonePropertiesFormat class.

public PrivateDnsZonePropertiesFormat(string privateDnsZoneId = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RecordSet> recordSets = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZonePropertiesFormat : string * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RecordSet> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateDnsZonePropertiesFormat
Public Sub New (Optional privateDnsZoneId As String = Nothing, Optional recordSets As IList(Of RecordSet) = Nothing)

Parameters

privateDnsZoneId
String

The resource id of the private dns zone.

recordSets
IList<RecordSet>

A collection of information regarding a recordSet, holding information to identify private resources.

Applies to