次の方法で共有


AppsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

新しいアプリを作成するか、終了しているアプリを更新します。

public static Microsoft.Azure.Management.AppPlatform.Models.AppResource BeginCreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.IAppsOperations operations, string resourceGroupName, string serviceName, string appName, Microsoft.Azure.Management.AppPlatform.Models.AppResource appResource);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.AppPlatform.IAppsOperations * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.AppResource -> Microsoft.Azure.Management.AppPlatform.Models.AppResource
<Extension()>
Public Function BeginCreateOrUpdate (operations As IAppsOperations, resourceGroupName As String, serviceName As String, appName As String, appResource As AppResource) As AppResource

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

appName
String

アプリ リソースの名前。

appResource
AppResource

作成または更新操作のパラメーター

戻り値

適用対象