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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET