AgentPoolType Struct

Definition

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

Fields

AvailabilitySet
VirtualMachineScaleSets

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(AgentPoolType)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(AgentPoolType, AgentPoolType)
Implicit(AgentPoolType to String)
Implicit(String to AgentPoolType)
Inequality(AgentPoolType, AgentPoolType)

Applies to