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
| Name | Description |
|---|---|
| PollingFrequency(String) |
Initializes a new instance of PollingFrequency. |
Properties
| Name | Description |
|---|---|
| OnceADay |
Once a day. |
| OnceAMinute |
Once a minute. |
| OnceAnHour |
Once an hour. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |