Show / Hide Table of Contents

    Class ComputeVmInstanceViewStatusFragment

    Status information about a virtual machine.

    Inheritance
    Object
    ComputeVmInstanceViewStatusFragment
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.DevTestLabs.dll
    Syntax
    public class ComputeVmInstanceViewStatusFragment

    Constructors

    ComputeVmInstanceViewStatusFragment()

    Initializes a new instance of the ComputeVmInstanceViewStatusFragment class.

    Declaration
    public ComputeVmInstanceViewStatusFragment ();

    ComputeVmInstanceViewStatusFragment(String, String, String)

    Initializes a new instance of the ComputeVmInstanceViewStatusFragment class.

    Declaration
    public ComputeVmInstanceViewStatusFragment (string code = null, string displayStatus = null, string message = null);
    Parameters
    String code

    Gets the status Code.

    String displayStatus

    Gets the short localizable label for the status.

    String message

    Gets the message associated with the status.

    Properties

    Code

    Gets the status Code.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="code")]
    public string Code { get; set; }
    Property Value
    String

    DisplayStatus

    Gets the short localizable label for the status.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="displayStatus")]
    public string DisplayStatus { get; set; }
    Property Value
    String

    Message

    Gets the message associated with the status.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="message")]
    public string Message { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net