Condividi tramite


ArmAvsModelFactory.WorkloadNetworkDnsZoneData Method

Definition

Initializes a new instance of WorkloadNetworkDnsZoneData.

public static Azure.ResourceManager.Avs.WorkloadNetworkDnsZoneData WorkloadNetworkDnsZoneData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, System.Collections.Generic.IEnumerable<string> domain = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> dnsServerIPs = default, System.Net.IPAddress sourceIP = default, long? dnsServices = default, Azure.ResourceManager.Avs.Models.WorkloadNetworkDnsZoneProvisioningState? provisioningState = default, long? revision = default);
static member WorkloadNetworkDnsZoneData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * seq<System.Net.IPAddress> * System.Net.IPAddress * Nullable<int64> * Nullable<Azure.ResourceManager.Avs.Models.WorkloadNetworkDnsZoneProvisioningState> * Nullable<int64> -> Azure.ResourceManager.Avs.WorkloadNetworkDnsZoneData
Public Shared Function WorkloadNetworkDnsZoneData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional domain As IEnumerable(Of String) = Nothing, Optional dnsServerIPs As IEnumerable(Of IPAddress) = Nothing, Optional sourceIP As IPAddress = Nothing, Optional dnsServices As Nullable(Of Long) = Nothing, Optional provisioningState As Nullable(Of WorkloadNetworkDnsZoneProvisioningState) = Nothing, Optional revision As Nullable(Of Long) = Nothing) As WorkloadNetworkDnsZoneData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

displayName
String

Display name of the DNS Zone.

domain
IEnumerable<String>

Domain names of the DNS Zone.

dnsServerIPs
IEnumerable<IPAddress>

DNS Server IP array of the DNS Zone.

sourceIP
IPAddress

Source IP of the DNS Zone.

dnsServices
Nullable<Int64>

Number of DNS Services using the DNS zone.

provisioningState
Nullable<WorkloadNetworkDnsZoneProvisioningState>

The provisioning state.

revision
Nullable<Int64>

NSX revision number.

Returns

A new WorkloadNetworkDnsZoneData instance for mocking.

Applies to