Share via


DisconnectedOperationsConnectionIntent Struct

Definition

Connection Intent.

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

Constructors

DisconnectedOperationsConnectionIntent(String)

Initializes a new instance of DisconnectedOperationsConnectionIntent.

Properties

Connected

Device is connected to cloud.

Disconnected

Device is disconnected from cloud.

Methods

Equals(DisconnectedOperationsConnectionIntent)

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(DisconnectedOperationsConnectionIntent, DisconnectedOperationsConnectionIntent)

Determines if two DisconnectedOperationsConnectionIntent values are the same.

Implicit(String to DisconnectedOperationsConnectionIntent)

Converts a String to a DisconnectedOperationsConnectionIntent.

Inequality(DisconnectedOperationsConnectionIntent, DisconnectedOperationsConnectionIntent)

Determines if two DisconnectedOperationsConnectionIntent values are not the same.

Applies to