Freigeben über


ApplicationsOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine Service Fabric-Anwendungsressource.

public static Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResource BeginCreateOrUpdate (this Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations operations, string resourceGroupName, string clusterName, string applicationName, Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResource parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ServiceFabric.IApplicationsOperations * string * string * string * Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResource -> Microsoft.Azure.Management.ServiceFabric.Models.ApplicationResource
<Extension()>
Public Function BeginCreateOrUpdate (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, applicationName As String, parameters As ApplicationResource) As ApplicationResource

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name der Clusterressource.

applicationName
String

Der Name der Anwendungsressource.

parameters
ApplicationResource

Die Anwendungsressource.

Gibt zurück

Hinweise

Erstellen oder aktualisieren Sie eine Service Fabric-Anwendungsressource mit dem angegebenen Namen.

Gilt für: