Language

DnsResolver.DnsSecurityRulesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsSecurityRule> DnsSecurityRulesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string dnsResolverPolicyName, string dnsSecurityRuleName, string ifMatch, string ifNoneMatch, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsSecurityRule body, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.DnsSecurityRulesCreateOrUpdateWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsSecurityRule * Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsSecurityRule>
Public Function DnsSecurityRulesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, dnsResolverPolicyName As String, dnsSecurityRuleName As String, ifMatch As String, ifNoneMatch As String, body As IDnsSecurityRule, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IDnsSecurityRule)

Parameters

subscriptionId
String
resourceGroupName
String
dnsResolverPolicyName
String
dnsSecurityRuleName
String
ifMatch
String
ifNoneMatch
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to