AvsCloudLinkStatus Struct
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.
Cloud Link status.
public readonly struct AvsCloudLinkStatus : IEquatable<Azure.ResourceManager.Avs.Models.AvsCloudLinkStatus>
type AvsCloudLinkStatus = struct
Public Structure AvsCloudLinkStatus
Implements IEquatable(Of AvsCloudLinkStatus)
- Inheritance
-
AvsCloudLinkStatus
- Implements
Constructors
AvsCloudLinkStatus(String) |
Initializes a new instance of AvsCloudLinkStatus. |
Properties
Active |
is active. |
Building |
is building. |
Deleting |
is deleting. |
Disconnected |
is disconnected. |
Failed |
is failed. |
Methods
Equals(AvsCloudLinkStatus) |
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(AvsCloudLinkStatus, AvsCloudLinkStatus) |
Determines if two AvsCloudLinkStatus values are the same. |
Implicit(String to AvsCloudLinkStatus) |
Converts a String to a AvsCloudLinkStatus. |
Inequality(AvsCloudLinkStatus, AvsCloudLinkStatus) |
Determines if two AvsCloudLinkStatus values are not the same. |
Applies to
Azure SDK for .NET