Aracılığıyla paylaş


AgentPoolDetailedStatus Struct

Definition

The current status of the agent pool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolDetailedStatusTypeConverter))]
public struct AgentPoolDetailedStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolDetailedStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolDetailedStatusTypeConverter))>]
type AgentPoolDetailedStatus = struct
    interface IArgumentCompleter
Public Structure AgentPoolDetailedStatus
Implements IArgumentCompleter, IEquatable(Of AgentPoolDetailedStatus)
Inheritance
AgentPoolDetailedStatus
Attributes
Implements

Fields

Available
Error
Provisioning

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AgentPoolDetailedStatus)

Compares values of enum type AgentPoolDetailedStatus

Equals(Object)

Compares values of enum type AgentPoolDetailedStatus (override for Object)

GetHashCode()

Returns hashCode for enum AgentPoolDetailedStatus

ToString()

Returns string representation for AgentPoolDetailedStatus

Operators

Equality(AgentPoolDetailedStatus, AgentPoolDetailedStatus)

Overriding == operator for enum AgentPoolDetailedStatus

Implicit(AgentPoolDetailedStatus to String)

Implicit operator to convert AgentPoolDetailedStatus to string

Implicit(String to AgentPoolDetailedStatus)

Implicit operator to convert string to AgentPoolDetailedStatus

Inequality(AgentPoolDetailedStatus, AgentPoolDetailedStatus)

Overriding != operator for enum AgentPoolDetailedStatus

Applies to