SessionHostHealthCheckResult Struct
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.
Represents the Health state of the health check we performed.
public readonly struct SessionHostHealthCheckResult : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.SessionHostHealthCheckResult>
type SessionHostHealthCheckResult = struct
Public Structure SessionHostHealthCheckResult
Implements IEquatable(Of SessionHostHealthCheckResult)
- Inheritance
-
SessionHostHealthCheckResult
- Implements
Constructors
SessionHostHealthCheckResult(String) |
Initializes a new instance of SessionHostHealthCheckResult. |
Properties
HealthCheckFailed |
Health check failed. |
HealthCheckSucceeded |
Health check passed. |
SessionHostShutdown |
We received a Shutdown notification. |
Unknown |
Health check result is not currently known. |
Methods
Equals(SessionHostHealthCheckResult) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SessionHostHealthCheckResult, SessionHostHealthCheckResult) |
Determines if two SessionHostHealthCheckResult values are the same. |
Implicit(String to SessionHostHealthCheckResult) |
Converts a string to a SessionHostHealthCheckResult. |
Inequality(SessionHostHealthCheckResult, SessionHostHealthCheckResult) |
Determines if two SessionHostHealthCheckResult values are not the same. |
Applies to
Azure SDK for .NET