Resume-NlbClusterNode

Resume-NlbClusterNode

Resumes a node in a Network Load Balancing (NLB) cluster.

構文

Parameter Set: NonPipeline
Resume-NlbClusterNode [[-HostName] <String> ] [[-InterfaceName] <String> ] [ <CommonParameters>]

Parameter Set: Pipeline
Resume-NlbClusterNode -InputObject <Node[]> [ <CommonParameters>]

詳細説明

The Resume-NlbClusterNode cmdlet resumes the node in a Network Load Balancing (NLB) cluster that was suspended. To override any remote control cmdlets that are issued, a node may need to be suspended and resumed.

パラメーター

-HostName<String>

Specifies the name of the cluster host against which this cmdlet is run. If this parameter is omitted or a value of . is entered, then the local cluster is assumed.

エイリアス

Host,HN,H

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-InputObject<Node[]>

Specifies the cluster node to resume.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByValue, ByPropertyName)

ワイルドカード文字を許可する

false

-InterfaceName<String>

Specifies the interface to which NLB is bound. This is the interface of the cluster against which this cmdlet is run.

エイリアス

Interface,IN,I

必須?

false

位置は?

2

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • Microsoft.NetworkLoadBalancingClusters.PowerShell.Node

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.NetworkLoadBalancingClusters.PowerShell.Node

EXAMPLE 1

This example resumes the local cluster node. The node is in the Stopped state and needs to be started after coming back from the Suspended state.

PS C:\> Resume-NlbClusterNode

EXAMPLE 2

This example resumes the cluster node named node3 on the local cluster. The node is in the Stopped state and needs to be started after coming back from the Suspended state.

PS C:\> Resume-NlbClusterNode -InputObject node3

関連トピック

Add-NlbClusterNode

Get-NlbClusterNode

Remove-NlbClusterNode

Set-NlbClusterNode

Start-NlbClusterNode

Stop-NlbClusterNode

Suspend-NlbClusterNode