Applications interface
Schnittstelle, die eine Anwendung darstellt.
Methoden
begin |
Erstellen oder Aktualisieren einer Service Fabric-Anwendungsressource mit dem angegebenen Namen. |
begin |
Erstellen oder Aktualisieren einer Service Fabric-Anwendungsressource mit dem angegebenen Namen. |
begin |
Löschen Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen. |
begin |
Löschen Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen. |
begin |
Aktualisieren Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen. |
begin |
Aktualisieren Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen. |
get(string, string, string, Applications |
Rufen Sie eine Service Fabric-Anwendungsressource ab, die in der Dienst Fabric-Clusterressource erstellt oder erstellt wird. |
list(string, string, Applications |
Ruft alle Anwendungsressourcen ab, die erstellt oder im Prozess der Erstellung in der Service Fabric-Clusterressource erstellt werden. |
Details zur Methode
beginCreateOrUpdate(string, string, string, ApplicationResource, ApplicationsCreateOrUpdateOptionalParams)
Erstellen oder Aktualisieren einer Service Fabric-Anwendungsressource mit dem angegebenen Namen.
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- applicationName
-
string
Der Name der Anwendungsressource.
- parameters
- ApplicationResource
Die Anwendungsressource.
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
beginCreateOrUpdateAndWait(string, string, string, ApplicationResource, ApplicationsCreateOrUpdateOptionalParams)
Erstellen oder Aktualisieren einer Service Fabric-Anwendungsressource mit dem angegebenen Namen.
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<ApplicationResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- applicationName
-
string
Der Name der Anwendungsressource.
- parameters
- ApplicationResource
Die Anwendungsressource.
Die Optionsparameter.
Gibt zurück
Promise<ApplicationResource>
beginDelete(string, string, string, ApplicationsDeleteOptionalParams)
Löschen Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen.
function beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- applicationName
-
string
Der Name der Anwendungsressource.
- options
- ApplicationsDeleteOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationsDeleteOptionalParams)
Löschen Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen.
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- applicationName
-
string
Der Name der Anwendungsressource.
- options
- ApplicationsDeleteOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<void>
beginUpdate(string, string, string, ApplicationResourceUpdate, ApplicationsUpdateOptionalParams)
Aktualisieren Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen.
function beginUpdate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResourceUpdate, options?: ApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- applicationName
-
string
Der Name der Anwendungsressource.
- parameters
- ApplicationResourceUpdate
Die Anwendungsressource für Patchvorgänge.
- options
- ApplicationsUpdateOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
beginUpdateAndWait(string, string, string, ApplicationResourceUpdate, ApplicationsUpdateOptionalParams)
Aktualisieren Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen.
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResourceUpdate, options?: ApplicationsUpdateOptionalParams): Promise<ApplicationResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- applicationName
-
string
Der Name der Anwendungsressource.
- parameters
- ApplicationResourceUpdate
Die Anwendungsressource für Patchvorgänge.
- options
- ApplicationsUpdateOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<ApplicationResource>
get(string, string, string, ApplicationsGetOptionalParams)
Rufen Sie eine Service Fabric-Anwendungsressource ab, die in der Dienst Fabric-Clusterressource erstellt oder erstellt wird.
function get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<ApplicationResource>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- applicationName
-
string
Der Name der Anwendungsressource.
- options
- ApplicationsGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<ApplicationResource>
list(string, string, ApplicationsListOptionalParams)
Ruft alle Anwendungsressourcen ab, die erstellt oder im Prozess der Erstellung in der Service Fabric-Clusterressource erstellt werden.
function list(resourceGroupName: string, clusterName: string, options?: ApplicationsListOptionalParams): PagedAsyncIterableIterator<ApplicationResource, ApplicationResource[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- clusterName
-
string
Der Name der Clusterressource.
- options
- ApplicationsListOptionalParams
Die Optionsparameter.