次の方法で共有


AppsOperationsExtensions.Delete メソッド

定義

アプリを削除する操作。

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

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

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

serviceName
String

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

appName
String

アプリ リソースの名前。

適用対象