PrivateZone 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
PrivateZone() |
Initializes a new instance of the PrivateZone class. |
PrivateZone(String, String, String, IDictionary<String,String>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String) |
Initializes a new instance of the PrivateZone class. |
PrivateZone()
Initializes a new instance of the PrivateZone class.
public PrivateZone ();
Public Sub New ()
Applies to
PrivateZone(String, String, String, IDictionary<String,String>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)
Initializes a new instance of the PrivateZone class.
public PrivateZone (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, string etag = default, long? maxNumberOfRecordSets = default, long? numberOfRecordSets = default, long? maxNumberOfVirtualNetworkLinks = default, long? numberOfVirtualNetworkLinks = default, long? maxNumberOfVirtualNetworkLinksWithRegistration = default, long? numberOfVirtualNetworkLinksWithRegistration = default, string provisioningState = default);
new Microsoft.Azure.Management.PrivateDns.Models.PrivateZone : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.PrivateDns.Models.PrivateZone
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional etag As String = Nothing, Optional maxNumberOfRecordSets As Nullable(Of Long) = Nothing, Optional numberOfRecordSets As Nullable(Of Long) = Nothing, Optional maxNumberOfVirtualNetworkLinks As Nullable(Of Long) = Nothing, Optional numberOfVirtualNetworkLinks As Nullable(Of Long) = Nothing, Optional maxNumberOfVirtualNetworkLinksWithRegistration As Nullable(Of Long) = Nothing, Optional numberOfVirtualNetworkLinksWithRegistration As Nullable(Of Long) = Nothing, Optional provisioningState As String = Nothing)
Parameters
- id
- String
Fully qualified resource Id for the resource. Example - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateDnsZoneName}'.
- name
- String
The name of the resource
- type
- String
The type of the resource. Example - 'Microsoft.Network/privateDnsZones'.
- tags
- IDictionary<String,String>
Resource tags.
- location
- String
The Azure Region where the resource lives
- etag
- String
The ETag of the zone.
The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
- provisioningState
- String
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled'
Applies to
Azure SDK for .NET