VaultsOperationsExtensions.UpdateAccessPolicyAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultAccessPolicyParameters> UpdateAccessPolicyAsync (this Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.IVaultsOperations operations, string resourceGroupName, string vaultName, Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.AccessPolicyUpdateKind operationKind, Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultAccessPolicyParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAccessPolicyAsync : Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.IVaultsOperations * string * string * Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.AccessPolicyUpdateKind * Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.Models.VaultAccessPolicyParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.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
- resourceGroupName
- String
- vaultName
- String
- operationKind
- AccessPolicyUpdateKind
- parameters
- VaultAccessPolicyParameters
- cancellationToken
- CancellationToken