次の方法で共有


ManagedClustersOperationsExtensions.BeginDelete メソッド

定義

Service Fabric マネージド クラスター リソースを削除します。

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

パラメーター

operations
IManagedClustersOperations

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

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスター リソースの名前。

注釈

指定した名前の Service Fabric マネージド クラスター リソースを削除します。

適用対象