Uses of Interface
com.microsoft.azure.management.appservice.WebAppSourceControl.UpdateDefinitionStages.WithAttach
-
-
Uses of WebAppSourceControl.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.appservice
Subinterfaces of WebAppSourceControl.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceWebAppSourceControl.UpdateDefinition<ParentT>The entirety of a web app source control definition as part of a web app update.static interfaceWebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT>The final stage of the web app source control definition that binds to a GitHub account.Methods in com.microsoft.azure.management.appservice that return WebAppSourceControl.UpdateDefinitionStages.WithAttach Modifier and Type Method Description WebAppSourceControl.UpdateDefinitionStages.WithAttach<ParentT>WebAppSourceControl.UpdateDefinitionStages.WithBranch. withBranch(String branch)Specifies the branch in the repository to use.
-