Share via


AvsCloudLinkStatus Struct

Definition

The state of the cloud link.

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

Active.

Building

Building.

Deleting

Deleting.

Disconnected

Disconnected.

Failed

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