Dns.RecordSetsUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IRecordSet> RecordSetsUpdateWithResult(string subscriptionId, string resourceGroupName, string zoneName, string relativeRecordSetName, string recordType, string ifMatch, Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IRecordSet body, Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.RecordSetsUpdateWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IRecordSet * Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IRecordSet>
Public Function RecordSetsUpdateWithResult (subscriptionId As String, resourceGroupName As String, zoneName As String, relativeRecordSetName As String, recordType As String, ifMatch As String, body As IRecordSet, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IRecordSet)

Parameters

subscriptionId
String
resourceGroupName
String
zoneName
String
relativeRecordSetName
String
recordType
String
ifMatch
String
body
IRecordSet
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to