ContainerAppsSourceControlsOperations interface

Interface représentant une opération ContainerAppsSourceControl.

Propriétés

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Créez ou mettez à jour le SourceControl pour une application conteneur.

delete

Supprimer une application conteneur SourceControl.

get

Obtenir un SourceControl d’une application conteneur.

listByContainerApp

Obtenez l’application conteneur SourceControls dans un groupe de ressources donné.

Détails de la propriété

beginCreateOrUpdate

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SourceControl>, SourceControl>>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SourceControl>, SourceControl>>

beginCreateOrUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SourceControl>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SourceControl>

beginDelete

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDelete: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Avertissement

Cette API est à présent déconseillée.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<void>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<void>

createOrUpdate

Créez ou mettez à jour le SourceControl pour une application conteneur.

createOrUpdate: (resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SourceControl>, SourceControl>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SourceControl>, SourceControl>

delete

Supprimer une application conteneur SourceControl.

delete: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtenir un SourceControl d’une application conteneur.

get: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams) => Promise<SourceControl>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams) => Promise<SourceControl>

listByContainerApp

Obtenez l’application conteneur SourceControls dans un groupe de ressources donné.

listByContainerApp: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsSourceControlsListByContainerAppOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>

Valeur de propriété

(resourceGroupName: string, containerAppName: string, options?: ContainerAppsSourceControlsListByContainerAppOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>