QueueAudience.CreateQueueServiceAccountAudience(String) 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.
The service endpoint for a given storage account. Use this method to acquire a token for authorizing requests to that specific Azure Storage account and service only.
public static Azure.Storage.Queues.Models.QueueAudience CreateQueueServiceAccountAudience (string storageAccountName);
static member CreateQueueServiceAccountAudience : string -> Azure.Storage.Queues.Models.QueueAudience
Public Shared Function CreateQueueServiceAccountAudience (storageAccountName As String) As QueueAudience
Parameters
- storageAccountName
- String
The storage account name used to populate the service endpoint.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET