Share via


ArmAvsModelFactory.WorkloadNetworkDnsServiceData Method

Definition

Initializes a new instance of WorkloadNetworkDnsServiceData.

public static Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceData WorkloadNetworkDnsServiceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, System.Net.IPAddress dnsServiceIP = default, string defaultDnsZone = default, System.Collections.Generic.IEnumerable<string> fqdnZones = default, Azure.ResourceManager.Avs.Models.DnsServiceLogLevel? logLevel = default, Azure.ResourceManager.Avs.Models.DnsServiceStatus? status = default, Azure.ResourceManager.Avs.Models.WorkloadNetworkDnsServiceProvisioningState? provisioningState = default, long? revision = default);
static member WorkloadNetworkDnsServiceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * System.Net.IPAddress * string * seq<string> * Nullable<Azure.ResourceManager.Avs.Models.DnsServiceLogLevel> * Nullable<Azure.ResourceManager.Avs.Models.DnsServiceStatus> * Nullable<Azure.ResourceManager.Avs.Models.WorkloadNetworkDnsServiceProvisioningState> * Nullable<int64> -> Azure.ResourceManager.Avs.WorkloadNetworkDnsServiceData
Public Shared Function WorkloadNetworkDnsServiceData (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 dnsServiceIP As IPAddress = Nothing, Optional defaultDnsZone As String = Nothing, Optional fqdnZones As IEnumerable(Of String) = Nothing, Optional logLevel As Nullable(Of DnsServiceLogLevel) = Nothing, Optional status As Nullable(Of DnsServiceStatus) = Nothing, Optional provisioningState As Nullable(Of WorkloadNetworkDnsServiceProvisioningState) = Nothing, Optional revision As Nullable(Of Long) = Nothing) As WorkloadNetworkDnsServiceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

displayName
String

Display name of the DNS Service.

dnsServiceIP
IPAddress

DNS service IP of the DNS Service.

defaultDnsZone
String

Default DNS zone of the DNS Service.

fqdnZones
IEnumerable<String>

FQDN zones of the DNS Service.

logLevel
Nullable<DnsServiceLogLevel>

DNS Service log level.

status
Nullable<DnsServiceStatus>

DNS Service status.

provisioningState
Nullable<WorkloadNetworkDnsServiceProvisioningState>

The provisioning state.

revision
Nullable<Int64>

NSX revision number.

Returns

A new WorkloadNetworkDnsServiceData instance for mocking.

Applies to