ArmConnectedVMwarevSphereModelFactory.ResourceStatus 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 ResourceStatus.
public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus ResourceStatus (string resourceStatusType = default, string status = default, string reason = default, string message = default, string severity = default, DateTimeOffset? lastUpdatedOn = default);
static member ResourceStatus : string * string * string * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus
Public Shared Function ResourceStatus (Optional resourceStatusType As String = Nothing, Optional status As String = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing, Optional severity As String = Nothing, Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing) As ResourceStatus
Parameters
- resourceStatusType
- String
The type of the condition.
- status
- String
Status of the condition.
- reason
- String
The reason for the condition's status.
- message
- String
A human readable message indicating details about the status.
- severity
- String
Severity with which to treat failures of this type of condition.
- lastUpdatedOn
- Nullable<DateTimeOffset>
The last update time for this condition.
Returns
A new ResourceStatus instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET