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

사용할 분기입니다.

반환

적용 대상