Get-ServiceFabricClusterConfigurationUpgradeStatus
Gets the status for Service Fabric cluster configuration upgrade for a standalone deployment.
Syntax
Default (Default)
Get-ServiceFabricClusterConfigurationUpgradeStatus
[-TimeoutSec <Int32>]
[<CommonParameters>]
Description
The Get-ServiceFabricClusterConfigurationUpgradeStatus cmdlet gets the current configuration upgrade status for a standalone deployment.
Examples
Example 1: Get update status
PS C:\> Get-ServiceFabricClusterConfigurationUpgradeStatus
This cmdlet gets current configuration update status.
Parameters
-TimeoutSec
Specifies the time-out period, in seconds, for the operation.
Parameter properties
Type: | Int32 |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.