ArmHybridComputeModelFactory.ExtensionsResourceStatus 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.
Initializes a new instance of ExtensionsResourceStatus.
public static Azure.ResourceManager.HybridCompute.Models.ExtensionsResourceStatus ExtensionsResourceStatus (string code = default, Azure.ResourceManager.HybridCompute.Models.ExtensionsStatusLevelType? level = default, string displayStatus = default, string message = default, DateTimeOffset? time = default);
static member ExtensionsResourceStatus : string * Nullable<Azure.ResourceManager.HybridCompute.Models.ExtensionsStatusLevelType> * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridCompute.Models.ExtensionsResourceStatus
Public Shared Function ExtensionsResourceStatus (Optional code As String = Nothing, Optional level As Nullable(Of ExtensionsStatusLevelType) = Nothing, Optional displayStatus As String = Nothing, Optional message As String = Nothing, Optional time As Nullable(Of DateTimeOffset) = Nothing) As ExtensionsResourceStatus
Parameters
- code
- String
The status code.
The level code.
- displayStatus
- String
The short localizable label for the status.
- message
- String
The detailed status message, including for alerts and error messages.
- time
- Nullable<DateTimeOffset>
The time of the status.
Returns
A new ExtensionsResourceStatus instance for mocking.
Applies to
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