Freigeben über


ContainerApps interface

Schnittstelle, die eine ContainerApps darstellt.

Methoden

beginCreateOrUpdate(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Container-App.

beginCreateOrUpdateAndWait(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Container-App.

beginDelete(string, string, ContainerAppsDeleteOptionalParams)

Löschen sie eine Container-App.

beginDeleteAndWait(string, string, ContainerAppsDeleteOptionalParams)

Löschen sie eine Container-App.

beginStart(string, string, ContainerAppsStartOptionalParams)

Starten einer Container-App

beginStartAndWait(string, string, ContainerAppsStartOptionalParams)

Starten einer Container-App

beginStop(string, string, ContainerAppsStopOptionalParams)

Beenden einer Container-App

beginStopAndWait(string, string, ContainerAppsStopOptionalParams)

Beenden einer Container-App

beginUpdate(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

Patches einer Container-App mit JSON Merge Patch

beginUpdateAndWait(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

Patches einer Container-App mit JSON Merge Patch

get(string, string, ContainerAppsGetOptionalParams)

Dient zum Abrufen der Eigenschaften einer Container-App.

getAuthToken(string, string, ContainerAppsGetAuthTokenOptionalParams)

Abrufen eines Authentifizierungstokens für eine Container-App

listByResourceGroup(string, ContainerAppsListByResourceGroupOptionalParams)

Abrufen der Container-Apps in einer bestimmten Ressourcengruppe.

listBySubscription(ContainerAppsListBySubscriptionOptionalParams)

Abrufen der Container-Apps in einem bestimmten Abonnement.

listCustomHostNameAnalysis(string, string, ContainerAppsListCustomHostNameAnalysisOptionalParams)

Analysiert einen benutzerdefinierten Hostnamen für eine Container-App.

listSecrets(string, string, ContainerAppsListSecretsOptionalParams)

Geheime Schlüssel für eine Container-App auflisten

Details zur Methode

beginCreateOrUpdate(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Container-App.

function beginCreateOrUpdate(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

containerAppEnvelope
ContainerApp

Eigenschaften zum Erstellen einer Container-App

options
ContainerAppsCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginCreateOrUpdateAndWait(string, string, ContainerApp, ContainerAppsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Container-App.

function beginCreateOrUpdateAndWait(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsCreateOrUpdateOptionalParams): Promise<ContainerApp>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

containerAppEnvelope
ContainerApp

Eigenschaften zum Erstellen einer Container-App

options
ContainerAppsCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ContainerApp>

beginDelete(string, string, ContainerAppsDeleteOptionalParams)

Löschen sie eine Container-App.

function beginDelete(resourceGroupName: string, containerAppName: string, options?: ContainerAppsDeleteOptionalParams): 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.

options
ContainerAppsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginDeleteAndWait(string, string, ContainerAppsDeleteOptionalParams)

Löschen sie eine Container-App.

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

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

beginStart(string, string, ContainerAppsStartOptionalParams)

Starten einer Container-App

function beginStart(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStartOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsStartOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginStartAndWait(string, string, ContainerAppsStartOptionalParams)

Starten einer Container-App

function beginStartAndWait(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStartOptionalParams): Promise<ContainerApp>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsStartOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ContainerApp>

beginStop(string, string, ContainerAppsStopOptionalParams)

Beenden einer Container-App

function beginStop(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStopOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsStopOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginStopAndWait(string, string, ContainerAppsStopOptionalParams)

Beenden einer Container-App

function beginStopAndWait(resourceGroupName: string, containerAppName: string, options?: ContainerAppsStopOptionalParams): Promise<ContainerApp>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsStopOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ContainerApp>

beginUpdate(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

Patches einer Container-App mit JSON Merge Patch

function beginUpdate(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ContainerApp>, ContainerApp>>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

containerAppEnvelope
ContainerApp

Eigenschaften einer Container-App, die aktualisiert werden müssen

options
ContainerAppsUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginUpdateAndWait(string, string, ContainerApp, ContainerAppsUpdateOptionalParams)

Patches einer Container-App mit JSON Merge Patch

function beginUpdateAndWait(resourceGroupName: string, containerAppName: string, containerAppEnvelope: ContainerApp, options?: ContainerAppsUpdateOptionalParams): Promise<ContainerApp>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

containerAppEnvelope
ContainerApp

Eigenschaften einer Container-App, die aktualisiert werden müssen

options
ContainerAppsUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ContainerApp>

get(string, string, ContainerAppsGetOptionalParams)

Dient zum Abrufen der Eigenschaften einer Container-App.

function get(resourceGroupName: string, containerAppName: string, options?: ContainerAppsGetOptionalParams): Promise<ContainerApp>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<ContainerApp>

getAuthToken(string, string, ContainerAppsGetAuthTokenOptionalParams)

Abrufen eines Authentifizierungstokens für eine Container-App

function getAuthToken(resourceGroupName: string, containerAppName: string, options?: ContainerAppsGetAuthTokenOptionalParams): Promise<ContainerAppAuthToken>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsGetAuthTokenOptionalParams

Die Optionsparameter.

Gibt zurück

listByResourceGroup(string, ContainerAppsListByResourceGroupOptionalParams)

Abrufen der Container-Apps in einer bestimmten Ressourcengruppe.

function listByResourceGroup(resourceGroupName: string, options?: ContainerAppsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ContainerApp, ContainerApp[], PageSettings>

Parameter

resourceGroupName

string

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

options
ContainerAppsListByResourceGroupOptionalParams

Die Optionsparameter.

Gibt zurück

listBySubscription(ContainerAppsListBySubscriptionOptionalParams)

Abrufen der Container-Apps in einem bestimmten Abonnement.

function listBySubscription(options?: ContainerAppsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ContainerApp, ContainerApp[], PageSettings>

Parameter

options
ContainerAppsListBySubscriptionOptionalParams

Die Optionsparameter.

Gibt zurück

listCustomHostNameAnalysis(string, string, ContainerAppsListCustomHostNameAnalysisOptionalParams)

Analysiert einen benutzerdefinierten Hostnamen für eine Container-App.

function listCustomHostNameAnalysis(resourceGroupName: string, containerAppName: string, options?: ContainerAppsListCustomHostNameAnalysisOptionalParams): Promise<CustomHostnameAnalysisResult>

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

listSecrets(string, string, ContainerAppsListSecretsOptionalParams)

Geheime Schlüssel für eine Container-App auflisten

function listSecrets(resourceGroupName: string, containerAppName: string, options?: ContainerAppsListSecretsOptionalParams): Promise<SecretsCollection>

Parameter

resourceGroupName

string

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

containerAppName

string

Name der Container-App.

options
ContainerAppsListSecretsOptionalParams

Die Optionsparameter.

Gibt zurück