IWithRecordSet.UpdateSrvRecordSet(String) Method

Definition

Begins the description of an update of an existing SRV record set in this DNS zone.

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSrvRecordSet.IUpdateSrvRecordSet UpdateSrvRecordSet (string name);
abstract member UpdateSrvRecordSet : string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSrvRecordSet.IUpdateSrvRecordSet
Public Function UpdateSrvRecordSet (name As String) As IUpdateSrvRecordSet

Parameters

name
String

The name of the SRV record set.

Returns

Applies to