Compartir a través de


QueueClient.SetAccessPolicyAsync Método

Definición

SetAccessPolicyAsync establece directivas de acceso almacenadas para la cola que se pueden usar con firmas de acceso compartido.

Para obtener más información, vea Establezca la ACL de cola.

public virtual System.Threading.Tasks.Task<Azure.Response> SetAccessPolicyAsync (System.Collections.Generic.IEnumerable<Azure.Storage.Queues.Models.QueueSignedIdentifier> permissions, System.Threading.CancellationToken cancellationToken = default);
abstract member SetAccessPolicyAsync : seq<Azure.Storage.Queues.Models.QueueSignedIdentifier> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.SetAccessPolicyAsync : seq<Azure.Storage.Queues.Models.QueueSignedIdentifier> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SetAccessPolicyAsync (permissions As IEnumerable(Of QueueSignedIdentifier), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parámetros

Devoluciones

Response

Se aplica a