Language

DnsResolver.DnsSecurityRulesUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsSecurityRule> DnsSecurityRulesUpdateWithResult(string subscriptionId, string resourceGroupName, string dnsResolverPolicyName, string dnsSecurityRuleName, string ifMatch, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsSecurityRulePatch 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.DnsSecurityRulesUpdateWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsSecurityRulePatch * 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 DnsSecurityRulesUpdateWithResult (subscriptionId As String, resourceGroupName As String, dnsResolverPolicyName As String, dnsSecurityRuleName As String, ifMatch As String, body As IDnsSecurityRulePatch, 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
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to