StatusType Struct

Definition

The status of the hybrid machine agent.

public readonly struct StatusType : IEquatable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.StatusType>
type StatusType = struct
Public Structure StatusType
Implements IEquatable(Of StatusType)
Inheritance
StatusType
Implements

Constructors

StatusType(String)

Initializes a new instance of StatusType.

Properties

Connected

Connected.

Disconnected

Disconnected.

Error

Error.

Methods

Equals(StatusType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StatusType, StatusType)

Determines if two StatusType values are the same.

Implicit(String to StatusType)

Converts a string to a StatusType.

Inequality(StatusType, StatusType)

Determines if two StatusType values are not the same.

Applies to