Freigeben über


AppsOperationsExtensions.Update Methode

Definition

Vorgang zum Aktualisieren einer beendenden App.

public static Microsoft.Azure.Management.AppPlatform.Models.AppResource Update(this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string resourceGroupName, string serviceName, string appName, Microsoft.Azure.Management.AppPlatform.Models.AppResource appResource);
static member Update : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.AppResource -> Microsoft.Azure.Management.AppPlatform.Models.AppResource
<Extension()>
Public Function Update (operations As IAppsOperations, resourceGroupName As String, serviceName As String, appName As String, appResource As AppResource) As AppResource

Parameter

operations
IAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

appName
String

Der Name der App-Ressource.

appResource
AppResource

Parameter für den Updatevorgang

Gibt zurück

Gilt für: