Share via


Set-ServiceFabricReplicaComplete

Reports completion of the current stateless service instance of the partition.

Syntax

Default (Default)

Set-ServiceFabricReplicaComplete
    [-NodeName] <String>
    [-PartitionId] <Guid>
    [-ReplicaOrInstanceId] <Int64>
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

Reports completion of the current stateless service instance of the partition. As part of the completion, service instance will be closed and no replacement for this service instance will be created in the Service Fabric cluster.

Parameters

-NodeName

Specifies the node name

Parameter properties

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

Parameter sets

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

-PartitionId

Specifies the partition ID

Parameter properties

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

Parameter sets

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

-ReplicaOrInstanceId

Specifies replica or instance ID

Parameter properties

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

Parameter sets

(All)
Position:2
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
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

System.String

System.Guid

System.Int64

Outputs

System.Object