Delen via


IotOperationsOperationalMode Struct

Definition

Mode properties.

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

Constructors

IotOperationsOperationalMode(String)

Initializes a new instance of IotOperationsOperationalMode.

Properties

Disabled

Disabled is equivalent to False.

Enabled

Enabled is equivalent to True.

Methods

Equals(IotOperationsOperationalMode)

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

Determines if two IotOperationsOperationalMode values are the same.

Implicit(String to IotOperationsOperationalMode)

Converts a String to a IotOperationsOperationalMode.

Inequality(IotOperationsOperationalMode, IotOperationsOperationalMode)

Determines if two IotOperationsOperationalMode values are not the same.

Applies to