次の方法で共有


ServicesOperationsExtensions.BeginDelete メソッド

定義

サービスを削除する操作。

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

パラメーター

operations
IServicesOperations

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

resourceGroupName
String

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

serviceName
String

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

適用対象