次の方法で共有


NodeTypesOperationsExtensions.BeginDelete メソッド

定義

Service Fabric ノードタイプを削除します。

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

パラメーター

operations
INodeTypesOperations

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

resourceGroupName
String

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

clusterName
String

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

nodeTypeName
String

ノード の種類の名前。

注釈

特定のマネージド クラスターの Service Fabric ノード タイプを削除します。

適用対象