Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition Namespace

Interfaces

IBlank<ParentT>

The first stage of a web app source control definition as part of an update of a web app.

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 update using WithAttach.attach().

IUpdateDefinition<ParentT>

The entirety of a web app source control definition as part of a web app update.

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 update 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.