你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DnsClient.CreateDnsZone Method

Definition

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
registrationVirtualNetworks
IList<String>
resolutionVirtualNetworks
IList<String>

Returns

Applies to