ภาษา

AutoUpdateRingType Struct

Definition

Auto update Ring type.

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

Constructors

Name Description
AutoUpdateRingType(String)

Initializes a new instance of AutoUpdateRingType.

Properties

Name Description
Beta

customer selection of beta update to install mcc on their physical vm.

Fast

Legacy update ring retained for backward compatibility. This value was used prior to 2026-06-01.customer selection of fast / auto update to install mcc on their physical vm.

Preview

Legacy update ring retained for backward compatibility. This value was used prior to 2026-06-01.customer selection of preview update install mcc on their physical vm.

Slow

Legacy update ring retained for backward compatibility. This value was used prior to 2026-06-01.customer selection of slow update to install mcc on their physical vm.

Stable

customer selection of stable update to install mcc on their physical vm.

Methods

Name Description
Equals(AutoUpdateRingType)

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

Determines if two AutoUpdateRingType values are the same.

Implicit(String to AutoUpdateRingType)

Converts a string to a AutoUpdateRingType.

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

Determines if two AutoUpdateRingType values are not the same.

Applies to