ArmAvsModelFactory.WorkloadNetworkDnsZoneData 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 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
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.
- provisioningState
- Nullable<WorkloadNetworkDnsZoneProvisioningState>
The provisioning state.
Returns
A new WorkloadNetworkDnsZoneData instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET