PollingFrequency 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.
The polling frequency for the TAXII server.
public readonly struct PollingFrequency : IEquatable<Azure.ResourceManager.SecurityInsights.Models.PollingFrequency>
type PollingFrequency = struct
Public Structure PollingFrequency
Implements IEquatable(Of PollingFrequency)
- Inheritance
-
PollingFrequency
- Implements
Constructors
PollingFrequency(String) |
Initializes a new instance of PollingFrequency. |
Properties
OnceADay |
Once a day. |
OnceAMinute |
Once a minute. |
OnceAnHour |
Once an hour. |
Methods
Equals(PollingFrequency) |
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(PollingFrequency, PollingFrequency) |
Determines if two PollingFrequency values are the same. |
Implicit(String to PollingFrequency) |
Converts a string to a PollingFrequency. |
Inequality(PollingFrequency, PollingFrequency) |
Determines if two PollingFrequency values are not the same. |
Applies to
Azure SDK for .NET