Language

DnsResolver.DnsResolverPoliciesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverPolicy> DnsResolverPoliciesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string dnsResolverPolicyName, string ifMatch, string ifNoneMatch, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverPolicy 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.DnsResolverPoliciesCreateOrUpdateWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.IDnsResolverPolicy * 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.IDnsResolverPolicy>
Public Function DnsResolverPoliciesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, dnsResolverPolicyName As String, ifMatch As String, ifNoneMatch As String, body As IDnsResolverPolicy, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IDnsResolverPolicy)

Parameters

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

Returns

Applies to