ScheduleMinute Struct

Definition

The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0.

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

Constructors

ScheduleMinute(Int32)

Initializes a new instance of ScheduleMinute.

Properties

Thirty
Zero

Methods

Equals(ScheduleMinute)

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

Determines if two ScheduleMinute values are the same.

Implicit(Int32 to ScheduleMinute)

Converts a string to a ScheduleMinute.

Inequality(ScheduleMinute, ScheduleMinute)

Determines if two ScheduleMinute values are not the same.

Applies to