IWithSourceControl<FluentT> Interface

Definition

A web app definition stage allowing source control to be set.

public interface IWithSourceControl<FluentT>
type IWithSourceControl<'FluentT> = interface
Public Interface IWithSourceControl(Of FluentT)

Type Parameters

FluentT

The type of the resource.

Derived

Methods

DefineSourceControl()

Starts the definition of a new source control.

WithLocalGitSourceControl()

Specifies the source control to be a local Git repository on the web app.

Applies to