PrivateDnsZoneConfig 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
PrivateDnsZoneConfig() |
Initializes a new instance of the PrivateDnsZoneConfig class. |
PrivateDnsZoneConfig(String, String, IList<RecordSet>) |
Initializes a new instance of the PrivateDnsZoneConfig class. |
PrivateDnsZoneConfig()
Initializes a new instance of the PrivateDnsZoneConfig class.
public PrivateDnsZoneConfig ();
Public Sub New ()
Applies to
PrivateDnsZoneConfig(String, String, IList<RecordSet>)
Initializes a new instance of the PrivateDnsZoneConfig class.
public PrivateDnsZoneConfig (string name = default, string privateDnsZoneId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RecordSet> recordSets = default);
new Microsoft.Azure.Management.Network.Models.PrivateDnsZoneConfig : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.RecordSet> -> Microsoft.Azure.Management.Network.Models.PrivateDnsZoneConfig
Public Sub New (Optional name As String = Nothing, Optional privateDnsZoneId As String = Nothing, Optional recordSets As IList(Of RecordSet) = Nothing)
Parameters
- name
- String
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- privateDnsZoneId
- String
The resource id of the private dns zone.
A collection of information regarding a recordSet, holding information to identify private resources.
Applies to
Azure SDK for .NET