Ler em inglês

Partilhar via


DnsClient.CreateDnsRecordSet Method

Definition

C#
public Microsoft.Azure.Commands.Dns.DnsRecordSet CreateDnsRecordSet(string zoneName, string resourceGroupName, string relativeRecordSetName, uint ttl, Microsoft.Azure.Management.Dns.Models.RecordType recordType, System.Collections.Hashtable tags, bool overwrite, Microsoft.Azure.Commands.Dns.DnsRecordBase[] resourceRecords);

Parameters

zoneName
String
resourceGroupName
String
relativeRecordSetName
String
ttl
UInt32
recordType
RecordType
tags
Hashtable
overwrite
Boolean
resourceRecords
DnsRecordBase[]

Returns

Applies to