WebSiteManagementClientExtensions.GetSourceControlAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o token de controlo de origem
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner> GetSourceControlAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient operations, string sourceControlType, System.Threading.CancellationToken cancellationToken = default);
static member GetSourceControlAsync : Microsoft.Azure.Management.AppService.Fluent.IWebSiteManagementClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner>
<Extension()>
Public Function GetSourceControlAsync (operations As IWebSiteManagementClient, sourceControlType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SourceControlInner)
Parâmetros
- operations
- IWebSiteManagementClient
O grupo de operações para este método de extensão.
- sourceControlType
- String
Tipo de controlo de origem
- cancellationToken
- CancellationToken
O token de cancelamento.
Devoluções
Observações
Descrição para Obter token de controlo de origem
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET