次の方法で共有


AppServiceEnvironmentsOperationsExtensions.CreateOrUpdate メソッド

定義

App Service Environmentを作成または更新します。

public static Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource CreateOrUpdate(this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope);
static member CreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource -> Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource
<Extension()>
Public Function CreateOrUpdate (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource) As AppServiceEnvironmentResource

パラメーター

operations
IAppServiceEnvironmentsOperations

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

resourceGroupName
String

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

name
String

App Service Environmentの名前。

hostingEnvironmentEnvelope
AppServiceEnvironmentResource

App Service Environmentの構成の詳細。

戻り値

注釈

「App Service Environmentを作成または更新する」の説明。

適用対象