Share via


Get-ServiceFabricPartitionQuorumLossProgress

Gets the progress of a quorum loss faults.

Syntax

Default (Default)

Get-ServiceFabricPartitionQuorumLossProgress
    -OperationId <Guid>
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

The Get-ServiceFabricPartitionQuorumLossProgress cmdlet gets the progress of a quorum loss fault in Azure Service Fabric. Initiate a quorum loss fault by using the Start-ServiceFabricPartitionQuorumLoss cmdlet.

Examples

Example 1: Check progress of quorum loss fault

PS C:\> Get-ServiceFabricPartitionQuorumLossProgress -OperationId aeaceca9-320d-4f7b-84e8-3cc13c29a974
  State Result
  ----- ------
Running

This command checks the progress of a quorum loss fault operation that has the ID aeaceca9-320d-4f7b-84e8-3cc13c29a974. The State of the fault operation is still Running and that is why the Result is empty.

Parameters

-OperationId

Specifies a unique identifier for the fault operation that this cmdlet checks.

You assign this value when you run Start-ServiceFabricPartitionQuorumLoss.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-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.

Inputs

None

Outputs

System.Object