Freigeben über


IVaultsOperations.UpdateAccessPolicyWithHttpMessagesAsync Methode

Definition

Aktualisieren sie Zugriffsrichtlinien in einem Schlüsseltresor im angegebenen Abonnement.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultAccessPolicyParametersInner>> UpdateAccessPolicyWithHttpMessagesAsync (string resourceGroupName, string vaultName, Microsoft.Azure.Management.KeyVault.Fluent.Models.AccessPolicyUpdateKind operationKind, Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultAccessPolicyProperties properties, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAccessPolicyWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.KeyVault.Fluent.Models.AccessPolicyUpdateKind * Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultAccessPolicyProperties * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultAccessPolicyParametersInner>>
Public Function UpdateAccessPolicyWithHttpMessagesAsync (resourceGroupName As String, vaultName As String, operationKind As AccessPolicyUpdateKind, properties As VaultAccessPolicyProperties, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VaultAccessPolicyParametersInner))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe, zu der der Tresor gehört.

vaultName
String

Name des Tresors

operationKind
AccessPolicyUpdateKind

Name des Vorgangs. Mögliche Werte: "add", "replace", "remove"

properties
VaultAccessPolicyProperties

Eigenschaften der Zugriffsrichtlinie

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: