次の方法で共有


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

使用するブランチ。

戻り値

適用対象