Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IBlank<ParentT> |
The first stage of a web app source control definition as part of a definition of a web app. |
IDefinition<ParentT> |
The entirety of a web app source control definition. |
IGitHubWithAttach<ParentT> |
The final stage of the web app source control definition that binds to a GitHub account. At this stage, any remaining optional settings can be specified, or the web app source control definition can be attached to the parent web app definition using WithAttach.attach(). |
IWithAttach<ParentT> |
The final stage of the web app source control definition. At this stage, any remaining optional settings can be specified, or the web app source control definition can be attached to the parent web app definition using WithAttach.attach(). |
IWithBranch<ParentT> |
A web app source control definition allowing branch to be specified. |
IWithGitHubAccessToken<ParentT> |
A web app source control definition allowing GitHub access token to be specified. |
IWithGitHubBranch<ParentT> |
A web app source control definition allowing branch to be specified. |
IWithRepositoryType<ParentT> |
A web app source control definition allowing repository type to be specified. |