Share via


ProvisioningStateEnum Class

Definition

Defines values for ProvisioningStateEnum.

public static class ProvisioningStateEnum
type ProvisioningStateEnum = class
Public Class ProvisioningStateEnum
Inheritance
ProvisioningStateEnum

Fields

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.

Applies to