Freigeben über


DevTestLabReportingCycleType Struct

Definition

Reporting cycle type.

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

Constructors

Name Description
DevTestLabReportingCycleType(String)

Initializes a new instance of DevTestLabReportingCycleType.

Properties

Name Description
CalendarMonth

CalendarMonth.

Custom

Custom.

Methods

Name Description
Equals(DevTestLabReportingCycleType)

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

Determines if two DevTestLabReportingCycleType values are the same.

Implicit(String to DevTestLabReportingCycleType)

Converts a String to a DevTestLabReportingCycleType.

Inequality(DevTestLabReportingCycleType, DevTestLabReportingCycleType)

Determines if two DevTestLabReportingCycleType values are not the same.

Applies to