次の方法で共有


ContainerAppsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

コンテナー アプリを作成または更新します。

public static Microsoft.Azure.Management.WebSites.Models.ContainerApp BeginCreateOrUpdate (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.ContainerApp containerAppEnvelope);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.ContainerApp -> Microsoft.Azure.Management.WebSites.Models.ContainerApp
<Extension()>
Public Function BeginCreateOrUpdate (operations As IContainerAppsOperations, resourceGroupName As String, name As String, containerAppEnvelope As ContainerApp) As ContainerApp

パラメーター

operations
IContainerAppsOperations

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

resourceGroupName
String

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

name
String

コンテナー アプリの名前。

containerAppEnvelope
ContainerApp

戻り値

注釈

「コンテナー アプリを作成または更新する」の説明。

適用対象