Share via


RollingRateType Struct

Definition

The RollingRateType.

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

Constructors

RollingRateType(String)

Initializes a new instance of RollingRateType.

Properties

Day

Day.

Hour

Hour.

Minute

Minute.

Month

Month.

Year

Year.

Methods

Equals(RollingRateType)

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

Determines if two RollingRateType values are the same.

Implicit(String to RollingRateType)

Converts a string to a RollingRateType.

Inequality(RollingRateType, RollingRateType)

Determines if two RollingRateType values are not the same.

Applies to