DataFeedStatus 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.
data feed status.
public readonly struct DataFeedStatus : IEquatable<Azure.AI.MetricsAdvisor.Models.DataFeedStatus>
type DataFeedStatus = struct
Public Structure DataFeedStatus
Implements IEquatable(Of DataFeedStatus)
- Inheritance
-
DataFeedStatus
- Implements
Constructors
DataFeedStatus(String) |
Determines if two DataFeedStatus values are the same. |
Properties
Active |
The DataFeed is active and able to ingest data. |
Paused |
The DataFeed is paused and data ingestion won't take place until activated again. |
Methods
Equals(DataFeedStatus) |
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(DataFeedStatus, DataFeedStatus) |
Determines if two DataFeedStatus values are the same. |
Implicit(String to DataFeedStatus) |
Converts a string to a DataFeedStatus. |
Inequality(DataFeedStatus, DataFeedStatus) |
Determines if two DataFeedStatus values are not the same. |
Applies to
Azure SDK for .NET