WebSiteSlotResource.GetHostKeysSlotAsync(CancellationToken) 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 Get host secrets for a function app.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listkeys
- Operation Id: WebApps_ListHostKeysSlot
- Default Api Version: 2024-04-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>> GetHostKeysSlotAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetHostKeysSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>>
override this.GetHostKeysSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>>
Public Overridable Function GetHostKeysSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FunctionAppHostKeys))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.