IotCentralAppState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET