OperationalInsightsTableProvisioningState 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.
Table's current provisioning state. If set to 'updating', indicates a resource lock due to ongoing operation, forbidding any update to the table until the ongoing operation is concluded.
public readonly struct OperationalInsightsTableProvisioningState : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableProvisioningState>
type OperationalInsightsTableProvisioningState = struct
Public Structure OperationalInsightsTableProvisioningState
Implements IEquatable(Of OperationalInsightsTableProvisioningState)
- Inheritance
-
OperationalInsightsTableProvisioningState
- Implements
Constructors
OperationalInsightsTableProvisioningState(String) |
Initializes a new instance of OperationalInsightsTableProvisioningState. |
Properties
Deleting |
Table state is deleting. |
InProgress |
Table schema is stable and without changes, table data is being updated. |
Succeeded |
Table state is stable and without changes, table is unlocked and open for new updates. |
Updating |
Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. |
Methods
Equals(OperationalInsightsTableProvisioningState) |
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(OperationalInsightsTableProvisioningState, OperationalInsightsTableProvisioningState) |
Determines if two OperationalInsightsTableProvisioningState values are the same. |
Implicit(String to OperationalInsightsTableProvisioningState) |
Converts a String to a OperationalInsightsTableProvisioningState. |
Inequality(OperationalInsightsTableProvisioningState, OperationalInsightsTableProvisioningState) |
Determines if two OperationalInsightsTableProvisioningState values are not the same. |
Applies to
Azure SDK for .NET