Condividi tramite


ArmStandbyPoolModelFactory.StandbyPoolStatus Method

Definition

Displays StandbyPool status.

public static Azure.ResourceManager.StandbyPool.Models.StandbyPoolStatus StandbyPoolStatus(Azure.ResourceManager.StandbyPool.Models.StandbyPoolHealthStateCode code = default, string message = default);
static member StandbyPoolStatus : Azure.ResourceManager.StandbyPool.Models.StandbyPoolHealthStateCode * string -> Azure.ResourceManager.StandbyPool.Models.StandbyPoolStatus
Public Shared Function StandbyPoolStatus (Optional code As StandbyPoolHealthStateCode = Nothing, Optional message As String = Nothing) As StandbyPoolStatus

Parameters

code
StandbyPoolHealthStateCode

Displays the healthy state of the StandbyPool.

message
String

Displays the StandbyPool health state details.

Returns

A new StandbyPoolStatus instance for mocking.

Applies to