Start-ServiceFabricNode
OBSOLETE. Starts a node in a Service Fabric cluster.
Syntax
Start-ServiceFabricNode
[-NodeName] <String>
[[-NodeInstanceId] <BigInteger>]
[[-IpAddressOrFQDN] <String>]
[[-ClusterConnectionPort] <Int32>]
[-CommandCompletionMode <CompletionMode>]
[-TimeoutSec <Int32>]
[<CommonParameters>]
Description
This cmdlet is OBSOLETE in favor of Start-ServiceFabricNodeTransition.
The Start-ServiceFabricNode cmdlet starts a node in a Service Fabric cluster.
Parameters
-ClusterConnectionPort
Specifies the cluster connection port for the node to start.
Type: | Int32 |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-CommandCompletionMode
Specifies whether the action waits for the restart to complete.
Type: | CompletionMode |
Accepted values: | Invalid, DoNotVerify, Verify |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-IpAddressOrFQDN
Specifies the IP address or fully qualified domain name (FQDN) for the node to start.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-NodeInstanceId
Specifies a node instance ID.
Type: | BigInteger |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-NodeName
Specifies the name of a Service Fabric node to start.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-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
System.String
System.Nullable`1[[System.Numerics.BigInteger, System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
Outputs
System.Object