Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppSourceControl.DefinitionStages.WithGitHubBranch
-
Packages that use WebAppSourceControl.DefinitionStages.WithGitHubBranch Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebAppSourceControl.DefinitionStages.WithGitHubBranch in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppSourceControl.DefinitionStages.WithGitHubBranch in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceWebAppSourceControl.Definition<ParentT>The entirety of a web app source control definition.Methods in com.azure.resourcemanager.appservice.models that return WebAppSourceControl.DefinitionStages.WithGitHubBranch Modifier and Type Method Description WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>WebAppSourceControl.DefinitionStages.WithRepositoryType. withContinuouslyIntegratedGitHubRepository(String url)Specifies the repository to be a GitHub repository.WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>WebAppSourceControl.DefinitionStages.WithRepositoryType. withContinuouslyIntegratedGitHubRepository(String organization, String repository)Specifies the repository to be a GitHub repository.
-