Interface WebAppSourceControl.Definition<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>,WebAppSourceControl.DefinitionStages.Blank<ParentT>,WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT>,WebAppSourceControl.DefinitionStages.WithAttach<ParentT>,WebAppSourceControl.DefinitionStages.WithBranch<ParentT>,WebAppSourceControl.DefinitionStages.WithGitHubAccessToken<ParentT>,WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>,WebAppSourceControl.DefinitionStages.WithRepositoryType<ParentT>
- Enclosing interface:
- WebAppSourceControl
public static interface WebAppSourceControl.Definition<ParentT> extends WebAppSourceControl.DefinitionStages.Blank<ParentT>, WebAppSourceControl.DefinitionStages.WithAttach<ParentT>, WebAppSourceControl.DefinitionStages.GitHubWithAttach<ParentT>, WebAppSourceControl.DefinitionStages.WithRepositoryType<ParentT>, WebAppSourceControl.DefinitionStages.WithBranch<ParentT>, WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>
The entirety of a web app source control definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppSourceControl.DefinitionStages.WithBranch
withBranch
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppSourceControl.DefinitionStages.WithGitHubAccessToken
withGitHubAccessToken
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppSourceControl.DefinitionStages.WithGitHubBranch
withBranch
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppSourceControl.DefinitionStages.WithRepositoryType
withContinuouslyIntegratedGitHubRepository, withContinuouslyIntegratedGitHubRepository, withPublicGitRepository, withPublicMercurialRepository
-
-