ArmStandbyPoolModelFactory.StandbyPoolStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Displays the healthy state of the StandbyPool.
- message
- String
Displays the StandbyPool health state details.
Returns
A new StandbyPoolStatus instance for mocking.