ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface WebAppSourceControl.DefinitionStages.WithBranch<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppSourceControl.DefinitionStages.WithAttach<ParentT> |
withBranch(String branch)
Specifies the branch in the repository to use.
|
WebAppSourceControl.DefinitionStages.WithAttach<ParentT> withBranch(String branch)
branch - the branch to use/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/