次の方法で共有


WebAppsOperationsExtensions.Update メソッド

定義

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

public static Microsoft.Azure.Management.WebSites.Models.Site Update (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.SitePatchResource siteEnvelope);
static member Update : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.SitePatchResource -> Microsoft.Azure.Management.WebSites.Models.Site
<Extension()>
Public Function Update (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteEnvelope As SitePatchResource) As Site

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

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

siteEnvelope
SitePatchResource

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

戻り値

注釈

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

適用対象