Dns.RecordSetsCreateOrUpdateViaJsonStringWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
zoneName
String
relativeRecordSetName
String
recordType
String
ifMatch
String
ifNoneMatch
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to