UpdateChannel Struct

Definition

Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.

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

Constructors

Name Description
UpdateChannel(String)

Initializes a new instance of UpdateChannel.

Properties

Name Description
Preview

Preview channel normally receives updates before Stable channel, and is the recommended channel for non-production workloads.

Stable

Stable channel receives updates, which may include important security and stability updates, later than Preview channel.

Methods

Name Description
Equals(UpdateChannel)

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

Determines if two UpdateChannel values are the same.

Implicit(String to Nullable<UpdateChannel>)
Implicit(String to UpdateChannel)

Converts a string to a UpdateChannel.

Inequality(UpdateChannel, UpdateChannel)

Determines if two UpdateChannel values are not the same.

Applies to