ArmDesktopVirtualizationModelFactory.SessionHostHealthCheckFailureDetails Method
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.
Initializes a new instance of SessionHostHealthCheckFailureDetails.
C#
public static Azure.ResourceManager.DesktopVirtualization.Models.SessionHostHealthCheckFailureDetails SessionHostHealthCheckFailureDetails(string message = default, int? errorCode = default, DateTimeOffset? lastHealthCheckOn = default);
static member SessionHostHealthCheckFailureDetails : string * Nullable<int> * Nullable<DateTimeOffset> -> Azure.ResourceManager.DesktopVirtualization.Models.SessionHostHealthCheckFailureDetails
Public Shared Function SessionHostHealthCheckFailureDetails (Optional message As String = Nothing, Optional errorCode As Nullable(Of Integer) = Nothing, Optional lastHealthCheckOn As Nullable(Of DateTimeOffset) = Nothing) As SessionHostHealthCheckFailureDetails
- message
- String
Failure message: hints on what is wrong and how to recover.
- lastHealthCheckOn
- Nullable<DateTimeOffset>
The timestamp of the last update.
A new SessionHostHealthCheckFailureDetails instance for mocking.
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: