For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-PSUHealthCheckResult

The result of a health check.

SYNOPSIS

The result of a health check.

SYNTAX

New-PSUHealthCheckResult -Message <String> [-Level <HealthCheckLevel>]
 [<CommonParameters>]

DESCRIPTION

The result of a health check.

EXAMPLES

PARAMETERS

-Level

The level of the health check result.

Type: HealthCheckLevel
Parameter Sets: (All)
Aliases:
Accepted values: Ok, Warning, Error

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

-Message

The message of the health check result.

CommonParameters

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

INPUTS

None

OUTPUTS

System.Object

NOTES

Last updated

Was this helpful?