IBlank<ParentT> Interface
Definition
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.
The first stage of a web app source control definition as part of an update of a web app.
public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.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, 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) |
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
Azure SDK for .NET