Share via


VaultsOperationsExtensions.UpdateAccessPolicyAsync Method

Definition

Update access policies in a key vault in the specified subscription.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyParameters> UpdateAccessPolicyAsync (this Microsoft.Azure.Management.KeyVault.IVaultsOperations operations, string resourceGroupName, string vaultName, Microsoft.Azure.Management.KeyVault.Models.AccessPolicyUpdateKind operationKind, Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAccessPolicyAsync : Microsoft.Azure.Management.KeyVault.IVaultsOperations * string * string * Microsoft.Azure.Management.KeyVault.Models.AccessPolicyUpdateKind * Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.KeyVault.Models.VaultAccessPolicyParameters>
<Extension()>
Public Function UpdateAccessPolicyAsync (operations As IVaultsOperations, resourceGroupName As String, vaultName As String, operationKind As AccessPolicyUpdateKind, parameters As VaultAccessPolicyParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VaultAccessPolicyParameters)

Parameters

operations
IVaultsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the Resource Group to which the vault belongs.

vaultName
String

Name of the vault

operationKind
AccessPolicyUpdateKind

Name of the operation. Possible values include: 'add', 'replace', 'remove'

parameters
VaultAccessPolicyParameters

Access policy to merge into the vault

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to