Partilhar via


DnsClient.CreateDnsRecordSet Method

Definition

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);
member this.CreateDnsRecordSet : string * string * string * uint32 * Microsoft.Azure.Management.Dns.Models.RecordType * System.Collections.Hashtable * bool * Microsoft.Azure.Commands.Dns.DnsRecordBase[] -> Microsoft.Azure.Commands.Dns.DnsRecordSet
Public Function CreateDnsRecordSet (zoneName As String, resourceGroupName As String, relativeRecordSetName As String, ttl As UInteger, recordType As RecordType, tags As Hashtable, overwrite As Boolean, resourceRecords As DnsRecordBase()) As DnsRecordSet

Parameters

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

Returns

Applies to