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

New-PSUHealthCheckResult

SYNOPSIS

Il risultato di un controllo dello stato.

SINTASSI

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

DESCRIZIONE

Il risultato di un controllo dello stato.

ESEMPI

PARAMETRI

-Level

Il livello del risultato del controllo dello stato.

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

Il messaggio del risultato del controllo dello stato.

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable e -ProgressAction. Per maggiori informazioni, consulti about_CommonParameters.

INPUT

Nessuno

OUTPUT

System.Object

NOTE

COLLEGAMENTI CORRELATI

Ultimo aggiornamento

È stato utile?