Udostępnij przez


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

Name Description
IotCentralAppState(String)

Initializes a new instance of IotCentralAppState.

Properties

Name Description
Created

created.

Suspended

suspended.

Methods

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

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