次の方法で共有


WebSiteManagementClientExtensions.GetSourceControlAsync メソッド

定義

ソース管理トークンを取得します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SourceControl> GetSourceControlAsync (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, string sourceControlType, System.Threading.CancellationToken cancellationToken = default);
static member GetSourceControlAsync : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.SourceControl>
<Extension()>
Public Function GetSourceControlAsync (operations As IWebSiteManagementClient, sourceControlType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SourceControl)

パラメーター

operations
IWebSiteManagementClient

この拡張メソッドの操作グループ。

sourceControlType
String

ソース管理の種類

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[ソース管理トークンを取得する] の説明

適用対象