AgentPoolType 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 type of Agent Pool.
public readonly struct AgentPoolType : IEquatable<Azure.ResourceManager.ContainerService.Models.AgentPoolType>
type AgentPoolType = struct
Public Structure AgentPoolType
Implements IEquatable(Of AgentPoolType)
- Inheritance
-
AgentPoolType
- Implements
Constructors
AgentPoolType(String) |
Initializes a new instance of AgentPoolType. |
Properties
AvailabilitySet |
Use of this is strongly discouraged. |
VirtualMachineScaleSets |
Create an Agent Pool backed by a Virtual Machine Scale Set. |
Methods
Equals(AgentPoolType) |
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(AgentPoolType, AgentPoolType) |
Determines if two AgentPoolType values are the same. |
Implicit(String to AgentPoolType) |
Converts a string to a AgentPoolType. |
Inequality(AgentPoolType, AgentPoolType) |
Determines if two AgentPoolType values are not the same. |
Applies to
Azure SDK for .NET