OperationalInsightsDataIngestionStatus 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 status of data ingestion for this workspace.
public readonly struct OperationalInsightsDataIngestionStatus : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataIngestionStatus>
type OperationalInsightsDataIngestionStatus = struct
Public Structure OperationalInsightsDataIngestionStatus
Implements IEquatable(Of OperationalInsightsDataIngestionStatus)
- Inheritance
-
OperationalInsightsDataIngestionStatus
- Implements
Constructors
OperationalInsightsDataIngestionStatus(String) |
Initializes a new instance of OperationalInsightsDataIngestionStatus. |
Properties
ApproachingQuota |
80% of daily cap quota reached. |
ForceOff |
Ingestion stopped following service setting change. |
ForceOn |
Ingestion started following service setting change. |
OverQuota |
Reached daily cap quota, ingestion stopped. |
RespectQuota |
Ingestion enabled following daily cap quota reset, or subscription enablement. |
SubscriptionSuspended |
Ingestion stopped following suspended subscription. |
Methods
Equals(OperationalInsightsDataIngestionStatus) |
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(OperationalInsightsDataIngestionStatus, OperationalInsightsDataIngestionStatus) |
Determines if two OperationalInsightsDataIngestionStatus values are the same. |
Implicit(String to OperationalInsightsDataIngestionStatus) |
Converts a String to a OperationalInsightsDataIngestionStatus. |
Inequality(OperationalInsightsDataIngestionStatus, OperationalInsightsDataIngestionStatus) |
Determines if two OperationalInsightsDataIngestionStatus values are not the same. |
Applies to
Azure SDK for .NET