DevTestLabReportingCycleType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DevTestLabReportingCycleType(String) |
Initializes a new instance of DevTestLabReportingCycleType. |
Properties
CalendarMonth |
CalendarMonth. |
Custom |
Custom. |
Methods
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
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
Azure SDK for .NET