Freigeben über


ContainerAppsSourceControls interface

Schnittstelle, die eine ContainerAppsSourceControls darstellt.

Methoden

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

Erstellen oder aktualisieren Sie sourceControl für eine Container-App.

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

Erstellen oder aktualisieren Sie sourceControl für eine Container-App.

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Löschen sie ein Container-App SourceControl.

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Löschen sie ein Container-App SourceControl.

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Dient zum Abrufen eines SourceControl-Elements einer Container-App.

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Rufen Sie die Container-App SourceControls in einer bestimmten Ressourcengruppe ab.

Details zur Methode

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

Erstellen oder aktualisieren Sie sourceControl für eine Container-App.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

sourceControlName

string

Name des Container App SourceControl.

sourceControlEnvelope
SourceControl

Eigenschaften zum Erstellen einer Container-App SourceControl

Gibt zurück

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

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

Erstellen oder aktualisieren Sie sourceControl für eine Container-App.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

sourceControlName

string

Name des Container App SourceControl.

sourceControlEnvelope
SourceControl

Eigenschaften zum Erstellen einer Container-App SourceControl

Gibt zurück

Promise<SourceControl>

beginDelete(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Löschen sie ein Container-App SourceControl.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

sourceControlName

string

Name des Container App SourceControl.

options
ContainerAppsSourceControlsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginDeleteAndWait(string, string, string, ContainerAppsSourceControlsDeleteOptionalParams)

Löschen sie ein Container-App SourceControl.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

sourceControlName

string

Name des Container App SourceControl.

options
ContainerAppsSourceControlsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, string, ContainerAppsSourceControlsGetOptionalParams)

Dient zum Abrufen eines SourceControl-Elements einer Container-App.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

sourceControlName

string

Name des Container App SourceControl.

options
ContainerAppsSourceControlsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<SourceControl>

listByContainerApp(string, string, ContainerAppsSourceControlsListByContainerAppOptionalParams)

Rufen Sie die Container-App SourceControls in einer bestimmten Ressourcengruppe ab.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

containerAppName

string

Name der Container-App.

Gibt zurück