DnsClient.CreateDnsZone 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.
public Microsoft.Azure.Commands.Dns.DnsZone CreateDnsZone (string name, string resourceGroupName, System.Collections.Hashtable tags, Microsoft.Azure.Management.Dns.Models.ZoneType zoneType, System.Collections.Generic.IList<string> registrationVirtualNetworks, System.Collections.Generic.IList<string> resolutionVirtualNetworks);
member this.CreateDnsZone : string * string * System.Collections.Hashtable * Microsoft.Azure.Management.Dns.Models.ZoneType * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Dns.DnsZone
Public Function CreateDnsZone (name As String, resourceGroupName As String, tags As Hashtable, zoneType As ZoneType, registrationVirtualNetworks As IList(Of String), resolutionVirtualNetworks As IList(Of String)) As DnsZone
Parameters
- name
- String
- resourceGroupName
- String
- tags
- Hashtable
- zoneType
- ZoneType