AppsOperationsExtensions.BeginCreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie eine neue App, oder aktualisieren Sie eine beendende App.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.AppResource> BeginCreateOrUpdateAsync(this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string resourceGroupName, string serviceName, string appName, Microsoft.Azure.Management.AppPlatform.Models.AppResource appResource, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.AppResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.AppResource>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IAppsOperations, resourceGroupName As String, serviceName As String, appName As String, appResource As AppResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 Erstellungs- oder Aktualisierungsvorgang
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET