Udostępnij przez


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

Name Description
IotOperationsOperationalMode(String)

Initializes a new instance of IotOperationsOperationalMode.

Properties

Name Description
Disabled

Disabled is equivalent to False.

Enabled

Enabled is equivalent to True.

Methods

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

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