Share via


PollingIntervalInSecond Struct

Definition

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