次の方法で共有


ArmPrivateDnsModelFactory.PrivateDnsZoneData Method

Definition

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

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

etag
Nullable<ETag>

The ETag of the zone.

maxNumberOfRecords
Nullable<Int64>

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.

numberOfRecords
Nullable<Int64>

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.

maxNumberOfVirtualNetworkLinks
Nullable<Int64>

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.

numberOfVirtualNetworkLinks
Nullable<Int64>

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.

maxNumberOfVirtualNetworkLinksWithRegistration
Nullable<Int64>

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.

numberOfVirtualNetworkLinksWithRegistration
Nullable<Int64>

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