KeyVaultClientExtensions.GetSasDefinitionsAsync(IKeyVaultClient, String, String, Nullable<Int32>, CancellationToken) Method
Definition
List storage SAS definitions for the given storage account.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.SasDefinitionItem>> GetSasDefinitionsAsync (this Microsoft.Azure.KeyVault.IKeyVaultClient operations, string vaultBaseUrl, string storageAccountName, Nullable<int> maxresults = null, System.Threading.CancellationToken cancellationToken = null);
static member GetSasDefinitionsAsync : Microsoft.Azure.KeyVault.IKeyVaultClient * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.KeyVault.Models.SasDefinitionItem>>
Parameters
- operations
- IKeyVaultClient
The operations group for this extension method.
- vaultBaseUrl
- String
The vault name, for example https://myvault.vault.azure.net.
- storageAccountName
- String
The name of the storage account.
Maximum number of results to return in a page. If not specified the service will return up to 25 results.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
- Task<Microsoft.Rest.Azure.IPage<SasDefinitionItem>>