Skip to content

Confirm SdnServiceFabricHealthy

Adam Rudell edited this page May 21, 2025 · 1 revision

Confirm-SdnServiceFabricHealthy

SYNOPSIS

Waits for the Service Fabric Cluster and Application to be healthy.

SYNTAX

Confirm-SdnServiceFabricHealthy [-NetworkController <String>] [-Credential <PSCredential>] [-Wait]
 [-ExecutionTimeout <Int32>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Confirm-SdnServiceFabricHealthy -NetworkController 'NC01' -Credential (Get-Credential) -Wait -ExecutionTimeout 600

PARAMETERS

-NetworkController

Specifies the name of the network controller node on which this cmdlet operates. If ommitted, the cmdlet will run on the local machine.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $env:COMPUTERNAME
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Specifies a user account that has permission to perform this action. The default is the current user.

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: [System.Management.Automation.PSCredential]::Empty
Accept pipeline input: False
Accept wildcard characters: False

-Wait

Switch parameter to wait for the Service Fabric Cluster and Application to be healthy. Default is false.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ExecutionTimeout

The maximum time to wait for the Service Fabric Cluster and Application to be healthy, in seconds. Default is 300 seconds.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 900
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally