Dns.RecordSetsUpdateViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IRecordSet> RecordSetsUpdateViaIdentityWithResult(string viaIdentity, 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.RecordSetsUpdateViaIdentityWithResult : 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 RecordSetsUpdateViaIdentityWithResult (viaIdentity 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

viaIdentity
String
ifMatch
String
body
IRecordSet
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to