AgentPoolProvisioningState 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 provisioning state of the agent pool.
public readonly struct AgentPoolProvisioningState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.AgentPoolProvisioningState>
type AgentPoolProvisioningState = struct
Public Structure AgentPoolProvisioningState
Implements IEquatable(Of AgentPoolProvisioningState)
- Inheritance
-
AgentPoolProvisioningState
- Implements
Constructors
AgentPoolProvisioningState(String) |
Initializes a new instance of AgentPoolProvisioningState. |
Properties
Accepted |
Accepted. |
Canceled |
Canceled. |
Deleting |
Deleting. |
Failed |
Failed. |
InProgress |
InProgress. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(AgentPoolProvisioningState) |
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(AgentPoolProvisioningState, AgentPoolProvisioningState) |
Determines if two AgentPoolProvisioningState values are the same. |
Implicit(String to AgentPoolProvisioningState) |
Converts a String to a AgentPoolProvisioningState. |
Inequality(AgentPoolProvisioningState, AgentPoolProvisioningState) |
Determines if two AgentPoolProvisioningState values are not the same. |
Applies to
Azure SDK for .NET