次の方法で共有


NodeTypesOperationsExtensions.Restart メソッド

定義

ノードの種類で 1 つ以上のノードを再起動します。

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

パラメーター

operations
INodeTypesOperations

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

resourceGroupName
String

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

clusterName
String

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

nodeTypeName
String

ノードの種類の名前。

parameters
NodeTypeActionParameters

再起動アクションのパラメーター。

注釈

ノードの種類で 1 つ以上のノードを再起動します。 ファブリック ノードを無効にし、VM で再起動をトリガーし、ノードをもう一度アクティブ化します。

適用対象