Sdílet prostřednictvím


IotCentralAppState Struct

Definition

The current state of the application.

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

Constructors

IotCentralAppState(String)

Initializes a new instance of IotCentralAppState.

Properties

Created

created.

Suspended

suspended.

Methods

Equals(IotCentralAppState)

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

Determines if two IotCentralAppState values are the same.

Implicit(String to IotCentralAppState)

Converts a string to a IotCentralAppState.

Inequality(IotCentralAppState, IotCentralAppState)

Determines if two IotCentralAppState values are not the same.

Applies to