次の方法で共有


ContainerAppsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

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

パラメーター

operations
IContainerAppsOperations

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

resourceGroupName
String

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

name
String

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

containerAppEnvelope
ContainerApp
cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象