VirtualNetworkRulesOperationsExtensions.BeginDeleteAsync Method

Definition

Deletes the virtual network rule with the given name.

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations operations, string resourceGroupName, string serverName, string virtualNetworkRuleName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As IVirtualNetworkRulesOperations, resourceGroupName As String, serverName As String, virtualNetworkRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IVirtualNetworkRulesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

virtualNetworkRuleName
String

The name of the virtual network rule.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to