ContainerAppsSourceControls interface
Interfaccia che rappresenta un oggetto ContainerAppsSourceControls.
Metodi
Dettagli metodo
beginCreateOrUpdate(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)
Descrizione per Creare o aggiornare SourceControl per un'app contenitore.
function beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, name: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SourceControl>, SourceControl>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore.
- name
-
string
Nome dell'oggetto SourceControl dell'app contenitore.
- sourceControlEnvelope
- SourceControl
Proprietà usate per creare un oggetto SourceControl dell'app contenitore
Parametri delle opzioni.
Restituisce
Promise<PollerLike<@azure/core-lro.PollOperationState<SourceControl>, SourceControl>>
beginCreateOrUpdateAndWait(string, string, string, SourceControl, ContainerAppsSourceControlsCreateOrUpdateOptionalParams)
Descrizione per Creare o aggiornare SourceControl per un'app contenitore.
function beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, name: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams): Promise<SourceControl>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore.
- name
-
string
Nome dell'oggetto SourceControl dell'app contenitore.
- sourceControlEnvelope
- SourceControl
Proprietà usate per creare un oggetto SourceControl dell'app contenitore
Parametri delle opzioni.
Restituisce
Promise<SourceControl>
beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)
Descrizione per Eliminare un oggetto SourceControl dell'app contenitore.
function beginDelete(resourceGroupName: string, containerAppName: string, name: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore.
- name
-
string
Nome dell'oggetto SourceControl dell'app contenitore.
Parametri delle opzioni.
Restituisce
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)
Descrizione per Eliminare un oggetto SourceControl dell'app contenitore.
function beginDeleteAndWait(resourceGroupName: string, containerAppName: string, name: string, options?: ContainerAppsSourceControlsDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore.
- name
-
string
Nome dell'oggetto SourceControl dell'app contenitore.
Parametri delle opzioni.
Restituisce
Promise<void>
get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)
Ottenere un sourceControl di un'app contenitore.
function get(resourceGroupName: string, containerAppName: string, name: string, options?: ContainerAppsSourceControlsGetOptionalParams): Promise<SourceControl>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore.
- name
-
string
Nome dell'oggetto SourceControl dell'app contenitore.
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. Il nome non fa distinzione tra maiuscole e minuscole.
- containerAppName
-
string
Nome dell'app contenitore.
Parametri delle opzioni.