次の方法で共有


ContainerAppsOperationsExtensions.Delete メソッド

定義

コンテナー アプリを削除します。

public static void Delete (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, string resourceGroupName, string name);
static member Delete : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IContainerAppsOperations, resourceGroupName As String, name As String)

パラメーター

operations
IContainerAppsOperations

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

resourceGroupName
String

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

name
String

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

注釈

コンテナー アプリの削除に関する説明。

適用対象