Sprog

RollingRateType Struct

Definition

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

Constructors

Name Description
RollingRateType(String)

Initializes a new instance of RollingRateType.

Properties

Name Description
Day

Gets the Day.

Hour

Gets the Hour.

Minute

Gets the Minute.

Month

Gets the Month.

Year

Gets the Year.

Methods

Name Description
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

Name Description
Equality(RollingRateType, RollingRateType)

Determines if two RollingRateType values are the same.

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

Converts a string to a RollingRateType.

Inequality(RollingRateType, RollingRateType)

Determines if two RollingRateType values are not the same.

Applies to