Dns.DnssecConfigsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDnssecConfig> DnssecConfigsCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string zoneName, string ifMatch, string ifNoneMatch, Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.ISendAsync sender);
member this.DnssecConfigsCreateOrUpdateWithResult : 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.IDnssecConfig>
Public Function DnssecConfigsCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, zoneName As String, ifMatch As String, ifNoneMatch As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDnssecConfig)

Parameters

subscriptionId
String
resourceGroupName
String
zoneName
String
ifMatch
String
ifNoneMatch
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to