Share via


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

UpdateChannel(String)

Initializes a new instance of UpdateChannel.

Properties

Preview

Preview.

Stable

Stable.

Methods

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

Equality(UpdateChannel, UpdateChannel)

Determines if two UpdateChannel values are the same.

Implicit(String to UpdateChannel)

Converts a string to a UpdateChannel.

Inequality(UpdateChannel, UpdateChannel)

Determines if two UpdateChannel values are not the same.

Applies to