次の方法で共有


NodeTypesOperationsExtensions.BeginDeleteNodeAsync メソッド

定義

ノード タイプ上の 1 つ以上のノードを削除します。

public static System.Threading.Tasks.Task BeginDeleteNodeAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.INodeTypesOperations operations, string resourceGroupName, string clusterName, string nodeTypeName, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeActionParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteNodeAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.INodeTypesOperations * string * string * string * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeActionParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteNodeAsync (operations As INodeTypesOperations, resourceGroupName As String, clusterName As String, nodeTypeName As String, parameters As NodeTypeActionParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
INodeTypesOperations

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

resourceGroupName
String

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

clusterName
String

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

nodeTypeName
String

ノードの種類の名前。

parameters
NodeTypeActionParameters

削除アクションのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

ノード タイプ上の 1 つ以上のノードを削除します。 ファブリック ノードが無効になり、VM で削除がトリガーされ、クラスターから状態が削除されます。

適用対象