EdgeResourceState 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.
Resource Type State.
public readonly struct EdgeResourceState : IEquatable<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeResourceState>
type EdgeResourceState = struct
Public Structure EdgeResourceState
Implements IEquatable(Of EdgeResourceState)
- Inheritance
-
EdgeResourceState
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeResourceState(String) |
Initializes a new instance of EdgeResourceState. |
Properties
| Name | Description |
|---|---|
| Active |
Resource is active. |
| Inactive |
Resource is inactive. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeResourceState) |
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(EdgeResourceState, EdgeResourceState) |
Determines if two EdgeResourceState values are the same. |
| Implicit(String to EdgeResourceState) |
Converts a String to a EdgeResourceState. |
| Inequality(EdgeResourceState, EdgeResourceState) |
Determines if two EdgeResourceState values are not the same. |