Share via


GrainContent Struct

Definition

The GrainContent.

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

Constructors

GrainContent(String)

Initializes a new instance of GrainContent.

Properties

Daily

Hourly grain corresponds to value per day.

Hourly

Hourly grain corresponds to value per hour.

Monthly

Hourly grain corresponds to value per month.

Methods

Equals(GrainContent)

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

Determines if two GrainContent values are the same.

Implicit(String to GrainContent)

Converts a string to a GrainContent.

Inequality(GrainContent, GrainContent)

Determines if two GrainContent values are not the same.

Applies to