你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationalInsightsTableProvisioningState Enum
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 enum OperationalInsightsTableProvisioningState
type OperationalInsightsTableProvisioningState =
Public Enum OperationalInsightsTableProvisioningState
- Inheritance
-
OperationalInsightsTableProvisioningState
Fields
Name | Value | Description |
---|---|---|
Updating | 0 | Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. |
InProgress | 1 | Table schema is stable and without changes, table data is being updated. |
Succeeded | 2 | Table state is stable and without changes, table is unlocked and open for new updates. |
Deleting | 3 | Table state is deleting. |