AgentPoolUpgradeStrategy Struct

Definition

Defines the upgrade strategy for the agent pool. The default is Rolling.

public readonly struct AgentPoolUpgradeStrategy : IEquatable<Azure.ResourceManager.ContainerService.Models.AgentPoolUpgradeStrategy>
type AgentPoolUpgradeStrategy = struct
Public Structure AgentPoolUpgradeStrategy
Implements IEquatable(Of AgentPoolUpgradeStrategy)
Inheritance
AgentPoolUpgradeStrategy
Implements

Constructors

Name Description
AgentPoolUpgradeStrategy(String)

Initializes a new instance of AgentPoolUpgradeStrategy.

Properties

Name Description
BlueGreen

Specifies that the agent pool will conduct blue-green upgrade.

Rolling

Specifies that the agent pool will conduct rolling upgrade. This is the default upgrade strategy.

Methods

Name Description
Equals(AgentPoolUpgradeStrategy)

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

Name Description
Equality(AgentPoolUpgradeStrategy, AgentPoolUpgradeStrategy)

Determines if two AgentPoolUpgradeStrategy values are the same.

Implicit(String to AgentPoolUpgradeStrategy)

Converts a string to a AgentPoolUpgradeStrategy.

Implicit(String to Nullable<AgentPoolUpgradeStrategy>)
Inequality(AgentPoolUpgradeStrategy, AgentPoolUpgradeStrategy)

Determines if two AgentPoolUpgradeStrategy values are not the same.

Applies to