Get-ServiceFabricClusterUpgrade

Gets the status of a Service Fabric cluster upgrade.

Syntax

Get-ServiceFabricClusterUpgrade
   [-TimeoutSec <Int32>]
   [<CommonParameters>]

Description

The Get-ServiceFabricClusterUpgrade cmdlet gets the status of an ongoing Service Fabric cluster upgrade.

Before you perform any operation on a Service Fabric cluster, establish a connection to the cluster by using the Connect-ServiceFabricCluster cmdlet.

Examples

Example 1: Get cluster update status

PS C:\> Get-ServiceFabricClusterUpgrade

This command gets the status of a Service Fabric cluster upgrade.

Parameters

-TimeoutSec

Specifies the time-out period, in seconds, for the operation.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object