PollingIntervalInSecond 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.
Polling interval in seconds.
public readonly struct PollingIntervalInSecond : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.PollingIntervalInSecond>
type PollingIntervalInSecond = struct
Public Structure PollingIntervalInSecond
Implements IEquatable(Of PollingIntervalInSecond)
- Inheritance
-
PollingIntervalInSecond
- Implements
Constructors
| Name | Description |
|---|---|
| PollingIntervalInSecond(Int32) |
Initializes a new instance of PollingIntervalInSecond. |
Properties
| Name | Description |
|---|---|
| Ninety |
|
| OneHundredTwenty |
|
| Sixty |
|
| Thirty |
|
Methods
| Name | Description |
|---|---|
| Equals(PollingIntervalInSecond) |
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(PollingIntervalInSecond, PollingIntervalInSecond) |
Determines if two PollingIntervalInSecond values are the same. |
| Implicit(Int32 to PollingIntervalInSecond) |
Converts a Int32 to a PollingIntervalInSecond. |
| Inequality(PollingIntervalInSecond, PollingIntervalInSecond) |
Determines if two PollingIntervalInSecond values are not the same. |