IBlank<ParentT> Interface

Definition

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

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.Definition.IWithRepositoryType<ParentT>
type IBlank<'ParentT> = interface
    interface IWithRepositoryType<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithRepositoryType(Of ParentT)

Type Parameters

ParentT

The return type of the final Attachable.attach().

Derived
Implements

Methods

WithContinuouslyIntegratedGitHubRepository(String)

Specifies the repository to be a GitHub repository. Continuous integration will be turned on. This repository can be either public or private, but your GitHub access token must have enough privileges to add a webhook to the repository.

(Inherited from IWithRepositoryType<ParentT>)
WithContinuouslyIntegratedGitHubRepository(String, String)

Specifies the repository to be a GitHub repository. Continuous integration will be turned on. This repository can be either public or private, but your GitHub access token must have enough privileges to add a webhook to the repository.

(Inherited from IWithRepositoryType<ParentT>)
WithPublicGitRepository(String)

Specifies the repository to be a public external repository, either Git or Mercurial. Continuous integration will not be turned on.

(Inherited from IWithRepositoryType<ParentT>)
WithPublicMercurialRepository(String)

Specifies the repository to be a public external repository, either Git or Mercurial. Continuous integration will not be turned on.

(Inherited from IWithRepositoryType<ParentT>)

Applies to