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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET