Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppSourceControl.DefinitionStages.GitHubWithAttach
-
Packages that use WebAppSourceControl.DefinitionStages.GitHubWithAttach Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebAppSourceControl.DefinitionStages.GitHubWithAttach in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppSourceControl.DefinitionStages.GitHubWithAttach 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.GitHubWithAttach Modifier and Type Method Description WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT>WebAppSourceControl.DefinitionStages.WithGitHubBranch. withBranch(String branch)Specifies the branch in the repository to use.WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT>WebAppSourceControl.DefinitionStages.WithGitHubAccessToken. withGitHubAccessToken(String personalAccessToken)Specifies the GitHub personal access token.
-