Condividi tramite


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

Name Description
DisconnectedOperationsConnectionIntent(String)

Initializes a new instance of DisconnectedOperationsConnectionIntent.

Properties

Name Description
Connected

Device is connected to cloud.

Disconnected

Device is disconnected from cloud.

Methods

Name Description
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

Name Description
Equality(DisconnectedOperationsConnectionIntent, DisconnectedOperationsConnectionIntent)

Determines if two DisconnectedOperationsConnectionIntent values are the same.

Implicit(String to DisconnectedOperationsConnectionIntent)

Converts a string to a DisconnectedOperationsConnectionIntent.

Implicit(String to Nullable<DisconnectedOperationsConnectionIntent>)
Inequality(DisconnectedOperationsConnectionIntent, DisconnectedOperationsConnectionIntent)

Determines if two DisconnectedOperationsConnectionIntent values are not the same.

Applies to