WebSiteSlotResource.GetAzureStorageAccountsSlotAsync 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.
Description for Gets the Azure storage account configurations of an app.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts/list
- Operation Id: WebApps_ListAzureStorageAccountsSlot
- Default Api Version: 2023-12-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> GetAzureStorageAccountsSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAzureStorageAccountsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>
override this.GetAzureStorageAccountsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>
Public Overridable Function GetAzureStorageAccountsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AzureStoragePropertyDictionary))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.