次の方法で共有


IWithGitHubBranch<ParentT>.WithBranch(String) メソッド

定義

使用するリポジトリ内のブランチを指定します。

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

パラメーター

branch
String

使用するブランチ。

戻り値

適用対象