Share via


RdbFrequency Struct

Definition

Sets the frequency at which a snapshot of the database is created.

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

Constructors

RdbFrequency(String)

Initializes a new instance of RdbFrequency.

Properties

OneH

1h.

SixH

6h.

TwelveH

12h.

Methods

Equals(RdbFrequency)

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

Determines if two RdbFrequency values are the same.

Implicit(String to RdbFrequency)

Converts a string to a RdbFrequency.

Inequality(RdbFrequency, RdbFrequency)

Determines if two RdbFrequency values are not the same.

Applies to