QueryTimeGrainType 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.
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
Azure SDK for .NET