InstanceViewStatus Constructors
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.
Overloads
InstanceViewStatus() |
Initializes a new instance of the InstanceViewStatus class. |
InstanceViewStatus(String, String, Nullable<StatusLevelTypes>, String, String) |
Initializes a new instance of the InstanceViewStatus class. |
InstanceViewStatus()
- Source:
- InstanceViewStatus.cs
Initializes a new instance of the InstanceViewStatus class.
public InstanceViewStatus ();
Public Sub New ()
Applies to
InstanceViewStatus(String, String, Nullable<StatusLevelTypes>, String, String)
- Source:
- InstanceViewStatus.cs
Initializes a new instance of the InstanceViewStatus class.
public InstanceViewStatus (string code = default, string displayStatus = default, Microsoft.Azure.Batch.Protocol.Models.StatusLevelTypes? level = default, string message = default, string time = default);
new Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus : string * string * Nullable<Microsoft.Azure.Batch.Protocol.Models.StatusLevelTypes> * string * string -> Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus
Public Sub New (Optional code As String = Nothing, Optional displayStatus As String = Nothing, Optional level As Nullable(Of StatusLevelTypes) = Nothing, Optional message As String = Nothing, Optional time As String = Nothing)
Parameters
- code
- String
The status code.
- displayStatus
- String
The localized label for the status.
- level
- Nullable<StatusLevelTypes>
Level code.
- message
- String
The detailed status message.
- time
- String
The time of the status.
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