共用方式為


IWithBranch<ParentT>.WithBranch(String) 方法

定義

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

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

參數

branch
String

要使用的分支。

傳回

適用於