Delen via


QueryTimeGrainType Struct

Definition

Interval type (length).

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

Constructors

QueryTimeGrainType(String)

Initializes a new instance of QueryTimeGrainType.

Properties

P1D

P1D.

PT1H

PT1H.

Methods

Equals(QueryTimeGrainType)

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

Determines if two QueryTimeGrainType values are the same.

Implicit(String to QueryTimeGrainType)

Converts a string to a QueryTimeGrainType.

Inequality(QueryTimeGrainType, QueryTimeGrainType)

Determines if two QueryTimeGrainType values are not the same.

Applies to