AutoUpgradeOptions Struct

Definition

Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.

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

Constructors

Name Description
AutoUpgradeOptions(String)

Initializes a new instance of AutoUpgradeOptions.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
Equals(AutoUpgradeOptions)

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(AutoUpgradeOptions, AutoUpgradeOptions)

Determines if two AutoUpgradeOptions values are the same.

Implicit(String to AutoUpgradeOptions)

Converts a string to a AutoUpgradeOptions.

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

Determines if two AutoUpgradeOptions values are not the same.

Applies to