PrivateDnsZonePropertiesFormat 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 |
|---|---|
| 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.
A collection of information regarding a recordSet, holding information to identify private resources.