WebAppsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

既存のリソース グループに新しい Web、モバイル、または API アプリを作成するか、既存のアプリを更新します。

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

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

作成または更新するアプリの一意の名前。 デプロイ スロットを作成または更新するには、{slot} パラメーターを使用します。

siteEnvelope
SiteInner

アプリのプロパティの JSON 表記。 例を参照してください。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] 既存のリソース グループに新しい Web、モバイル、または API アプリを作成するか、既存のアプリを更新します。

適用対象