ContainerAppsSourceControlsOperations interface

Interfaccia che rappresenta un'operazione ContainerAppsSourceControls.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Creare o aggiornare il controllo SourceControl per un'app contenitore.

delete

Eliminare un SourceControl di un'app contenitore.

get

Ottenere un sourceControl di un'app contenitore.

listByContainerApp

Ottenere i SourceControls dell'app contenitore in un determinato gruppo di risorse.

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

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

Valore della proprietà

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

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

createOrUpdate

Creare o aggiornare il controllo SourceControl per un'app contenitore.

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

Valore della proprietà

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

delete

Eliminare un SourceControl di un'app contenitore.

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

Valore della proprietà

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

get

Ottenere un sourceControl di un'app contenitore.

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

Valore della proprietà

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

listByContainerApp

Ottenere i SourceControls dell'app contenitore in un determinato gruppo di risorse.

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

Valore della proprietà

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