ArmPrivateDnsModelFactory.PrivateDnsZoneData Method
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.
Initializes a new instance of PrivateDnsZoneData.
public static Azure.ResourceManager.PrivateDns.PrivateDnsZoneData PrivateDnsZoneData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ETag? etag = default, long? maxNumberOfRecords = default, long? numberOfRecords = default, long? maxNumberOfVirtualNetworkLinks = default, long? numberOfVirtualNetworkLinks = default, long? maxNumberOfVirtualNetworkLinksWithRegistration = default, long? numberOfVirtualNetworkLinksWithRegistration = default, Azure.ResourceManager.PrivateDns.Models.PrivateDnsProvisioningState? privateDnsProvisioningState = default, string internalId = default);
static member PrivateDnsZoneData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<Azure.ResourceManager.PrivateDns.Models.PrivateDnsProvisioningState> * string -> Azure.ResourceManager.PrivateDns.PrivateDnsZoneData
Public Shared Function PrivateDnsZoneData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional maxNumberOfRecords As Nullable(Of Long) = Nothing, Optional numberOfRecords 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 privateDnsProvisioningState As Nullable(Of PrivateDnsProvisioningState) = Nothing, Optional internalId As String = Nothing) As PrivateDnsZoneData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
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.
- privateDnsProvisioningState
- Nullable<PrivateDnsProvisioningState>
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
- internalId
- String
Private zone internal Id.
Returns
A new PrivateDnsZoneData instance for mocking.
Applies to
Azure SDK for .NET