WebAppsOperationsExtensions.GetSiteConnectionStringKeyVaultReferencesSlotNextAsync Método

Definição

Obtém as configurações de aplicativo de referência de configuração e status de um aplicativo

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ApiKVReference>> GetSiteConnectionStringKeyVaultReferencesSlotNextAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member GetSiteConnectionStringKeyVaultReferencesSlotNextAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ApiKVReference>>
<Extension()>
Public Function GetSiteConnectionStringKeyVaultReferencesSlotNextAsync (operations As IWebAppsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApiKVReference))

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter as configurações do aplicativo de referência de configuração e status de um aplicativo

Aplica-se a