你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

要使用的分支。

返回

适用于