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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolProvisioningStateTypeConverter))]
public struct AgentPoolProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolProvisioningStateTypeConverter))>]
type AgentPoolProvisioningState = struct
interface IArgumentCompleter
Public Structure AgentPoolProvisioningState
Implements IArgumentCompleter, IEquatable(Of AgentPoolProvisioningState)
- Inheritance
-
AgentPoolProvisioningState
- Attributes
- Implements
Fields
Accepted | |
Canceled | |
Deleting | |
Failed | |
InProgress | |
Succeeded | |
Updating |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AgentPoolProvisioningState) |
Compares values of enum type AgentPoolProvisioningState |
Equals(Object) |
Compares values of enum type AgentPoolProvisioningState (override for Object) |
GetHashCode() |
Returns hashCode for enum AgentPoolProvisioningState |
ToString() |
Returns string representation for AgentPoolProvisioningState |
Operators
Equality(AgentPoolProvisioningState, AgentPoolProvisioningState) |
Overriding == operator for enum AgentPoolProvisioningState |
Implicit(AgentPoolProvisioningState to String) |
Implicit operator to convert AgentPoolProvisioningState to string |
Implicit(String to AgentPoolProvisioningState) |
Implicit operator to convert string to AgentPoolProvisioningState |
Inequality(AgentPoolProvisioningState, AgentPoolProvisioningState) |
Overriding != operator for enum AgentPoolProvisioningState |