Udostępnij za pośrednictwem


AppServiceEnvironmentsOperationsExtensions.UpdateAsync Metoda

Definicja

Utwórz lub zaktualizuj App Service Environment.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner> UpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentPatchResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner>
<Extension()>
Public Function UpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentPatchResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResourceInner)

Parametry

operations
IAppServiceEnvironmentsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa App Service Environment.

hostingEnvironmentEnvelope
AppServiceEnvironmentPatchResource

Szczegóły konfiguracji App Service Environment.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis tworzenia lub aktualizowania App Service Environment.

Dotyczy