共用方式為


IWithGitHubBranch<ParentT>.WithBranch(String) 方法

定義

指定要使用之存放庫中的分支。

public Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.IGitHubWithAttach<ParentT> WithBranch (string branch);
abstract member WithBranch : string -> Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.IGitHubWithAttach<'ParentT>
Public Function WithBranch (branch As String) As IGitHubWithAttach(Of ParentT)

參數

branch
String

要使用的分支。

傳回

適用於