EntitySignalRefreshInterval 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.
Refresh interval in ISO duration format.
public readonly struct EntitySignalRefreshInterval : IEquatable<Azure.ResourceManager.CloudHealth.Models.EntitySignalRefreshInterval>
type EntitySignalRefreshInterval = struct
Public Structure EntitySignalRefreshInterval
Implements IEquatable(Of EntitySignalRefreshInterval)
- Inheritance
-
EntitySignalRefreshInterval
- Implements
Constructors
| Name | Description |
|---|---|
| EntitySignalRefreshInterval(String) |
Initializes a new instance of EntitySignalRefreshInterval. |
Properties
| Name | Description |
|---|---|
| PT10M |
Ten Minutes. |
| PT1H |
One Hour. |
| PT1M |
One Minute. |
| PT2H |
Two Hours. |
| PT30M |
Thirty Minutes. |
| PT5M |
Five Minutes. |
Methods
| Name | Description |
|---|---|
| Equals(EntitySignalRefreshInterval) |
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(EntitySignalRefreshInterval, EntitySignalRefreshInterval) |
Determines if two EntitySignalRefreshInterval values are the same. |
| Implicit(String to EntitySignalRefreshInterval) |
Converts a string to a EntitySignalRefreshInterval. |
| Implicit(String to Nullable<EntitySignalRefreshInterval>) | |
| Inequality(EntitySignalRefreshInterval, EntitySignalRefreshInterval) |
Determines if two EntitySignalRefreshInterval values are not the same. |