MetricsResponseGranularity 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.
public readonly struct MetricsResponseGranularity : IEquatable<Azure.ResourceManager.Cdn.Models.MetricsResponseGranularity>
type MetricsResponseGranularity = struct
Public Structure MetricsResponseGranularity
Implements IEquatable(Of MetricsResponseGranularity)
- Inheritance
-
MetricsResponseGranularity
- Implements
Constructors
| Name | Description |
|---|---|
| MetricsResponseGranularity(String) |
Initializes a new instance of MetricsResponseGranularity. |
Properties
| Name | Description |
|---|---|
| P1D |
Gets the P1D. |
| PT1H |
Gets the PT1H. |
| PT5M |
Gets the PT5M. |
Methods
| Name | Description |
|---|---|
| Equals(MetricsResponseGranularity) |
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(MetricsResponseGranularity, MetricsResponseGranularity) |
Determines if two MetricsResponseGranularity values are the same. |
| Implicit(String to MetricsResponseGranularity) |
Converts a string to a MetricsResponseGranularity. |
| Implicit(String to Nullable<MetricsResponseGranularity>) | |
| Inequality(MetricsResponseGranularity, MetricsResponseGranularity) |
Determines if two MetricsResponseGranularity values are not the same. |