Partager via


IUpdateDefinition<ParentT> Interface

Définition

L’intégralité d’une définition de contrôle de code source d’application web dans le cadre d’une mise à jour d’application web.

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IGitHubWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithBranch<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithGitHubAccessToken<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithGitHubBranch<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppSourceControl.UpdateDefinition.IWithRepositoryType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithRepositoryType<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IGitHubWithAttach<'ParentT>
    interface IWithGitHubAccessToken<'ParentT>
    interface IWithBranch<'ParentT>
    interface IWithGitHubBranch<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IGitHubWithAttach(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithBranch(Of ParentT), IWithGitHubAccessToken(Of ParentT), IWithGitHubBranch(Of ParentT), IWithRepositoryType(Of ParentT)

Paramètres de type

ParentT

Type de retour de la dernière updateDefinitionStages.WithAttach.attach().

Implémente

Méthodes

Attach()

L’intégralité d’une définition de contrôle de code source d’application web dans le cadre d’une mise à jour d’application web.

(Hérité de IInUpdate<ParentT>)
WithBranch(String)

Spécifie la branche dans le dépôt à utiliser.

(Hérité de IWithGitHubBranch<ParentT>)
WithContinuouslyIntegratedGitHubRepository(String)

Spécifie que le dépôt doit être un dépôt GitHub. L’intégration continue est activée. Ce dépôt peut être public ou privé, mais votre jeton d’accès GitHub doit avoir suffisamment de privilèges pour ajouter un webhook au dépôt.

(Hérité de IWithRepositoryType<ParentT>)
WithContinuouslyIntegratedGitHubRepository(String, String)

Spécifie que le dépôt doit être un dépôt GitHub. L’intégration continue est activée. Ce dépôt peut être public ou privé, mais votre jeton d’accès GitHub doit avoir suffisamment de privilèges pour ajouter un webhook au dépôt.

(Hérité de IWithRepositoryType<ParentT>)
WithGitHubAccessToken(String)

Spécifie le jeton d’accès personnel GitHub. Vous pouvez en acquérir un à partir de https://github.com/settings/tokens.

(Hérité de IWithGitHubAccessToken<ParentT>)
WithPublicGitRepository(String)

Spécifie que le dépôt doit être un dépôt externe public, Git ou Mercurial. L’intégration continue ne sera pas activée.

(Hérité de IWithRepositoryType<ParentT>)
WithPublicMercurialRepository(String)

Spécifie que le dépôt doit être un dépôt externe public, Git ou Mercurial. L’intégration continue ne sera pas activée.

(Hérité de IWithRepositoryType<ParentT>)

S’applique à