Condividi tramite


ContainerAppsSourceControls interface

Interfaccia che rappresenta un oggetto ContainerAppsSourceControls.

Metodi

beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Creare o aggiornare SourceControl per un'app contenitore.

beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Creare o aggiornare SourceControl per un'app contenitore.

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Eliminare un oggetto SourceControl dell'app contenitore.

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Eliminare un oggetto SourceControl dell'app contenitore.

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Ottenere un oggetto SourceControl di un'app contenitore.

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

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

Dettagli metodo

beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Creare o aggiornare SourceControl per un'app contenitore.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore.

sourceControlName

string

Nome dell'oggetto SourceControl dell'app contenitore.

sourceControlEnvelope
SourceControl

Proprietà usate per creare un oggetto SourceControl dell'app contenitore

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<SourceControl>, SourceControl>>

beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)

Creare o aggiornare SourceControl per un'app contenitore.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore.

sourceControlName

string

Nome dell'oggetto SourceControl dell'app contenitore.

sourceControlEnvelope
SourceControl

Proprietà usate per creare un oggetto SourceControl dell'app contenitore

Restituisce

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Eliminare un oggetto SourceControl dell'app contenitore.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore.

sourceControlName

string

Nome dell'oggetto SourceControl dell'app contenitore.

options
ContainerAppsSourceControlsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Eliminare un oggetto SourceControl dell'app contenitore.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore.

sourceControlName

string

Nome dell'oggetto SourceControl dell'app contenitore.

options
ContainerAppsSourceControlsDeleteOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Ottenere un oggetto SourceControl di un'app contenitore.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore.

sourceControlName

string

Nome dell'oggetto SourceControl dell'app contenitore.

options
ContainerAppsSourceControlsGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

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

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

containerAppName

string

Nome dell'app contenitore.

Restituisce