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
PollingIntervalInSecond(Int32) |
Initializes a new instance of PollingIntervalInSecond. |
Properties
Ninety |
|
OneHundredTwenty |
|
Sixty |
|
Thirty |
|
Methods
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
Equality(PollingIntervalInSecond, PollingIntervalInSecond) |
Determines if two PollingIntervalInSecond values are the same. |
Implicit(Int32 to PollingIntervalInSecond) |
Converts a string to a PollingIntervalInSecond. |
Inequality(PollingIntervalInSecond, PollingIntervalInSecond) |
Determines if two PollingIntervalInSecond values are not the same. |
Applies to
Azure SDK for .NET