Udostępnij za pośrednictwem


AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateAsync Metoda

Definicja

Utwórz lub zaktualizuj App Service Environment.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResourceInner, 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
AppServiceEnvironmentResourceInner

Szczegóły konfiguracji App Service Environment.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis tworzenia lub aktualizowania App Service Environment.

Dotyczy