次の方法で共有


NodeTypesOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
INodeTypesOperations

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

resourceGroupName
String

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

clusterName
String

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

nodeTypeName
String

ノード の種類の名前。

注釈

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

適用対象