Bagikan melalui


IWithGitHubBranch<ParentT>.WithBranch(String) Method

Definition

Specifies the branch in the repository to use.

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)

Parameters

branch
String

The branch to use.

Returns

Applies to