ContainerAppsSourceControls interface
Schnittstelle, die eine ContainerAppsSourceControls darstellt.
Methoden
| begin |
Erstellen oder aktualisieren Sie sourceControl für eine Container-App. |
| begin |
Erstellen oder aktualisieren Sie sourceControl für eine Container-App. |
| begin |
Löschen sie ein Container-App SourceControl. |
| begin |
Löschen sie ein Container-App SourceControl. |
| get(string, string, string, Container |
Dient zum Abrufen eines SourceControl-Elements einer Container-App. |
| list |
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
Die Optionsparameter.
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
Die Optionsparameter.
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.
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.
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.
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.
Die Optionsparameter.