OperationalInsightsNetworkSecurityPerimeterProvisioningState 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 OperationalInsightsNetworkSecurityPerimeterProvisioningState : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsNetworkSecurityPerimeterProvisioningState>
type OperationalInsightsNetworkSecurityPerimeterProvisioningState = struct
Public Structure OperationalInsightsNetworkSecurityPerimeterProvisioningState
Implements IEquatable(Of OperationalInsightsNetworkSecurityPerimeterProvisioningState)
- Inheritance
-
OperationalInsightsNetworkSecurityPerimeterProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| OperationalInsightsNetworkSecurityPerimeterProvisioningState(String) |
Initializes a new instance of OperationalInsightsNetworkSecurityPerimeterProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Table state is canceled. |
| Deleting |
Table state is deleting. |
| Failed |
Table state is failed. |
| 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
| Name | Description |
|---|---|
| Equals(OperationalInsightsNetworkSecurityPerimeterProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |