OperationalInsightsNetworkSecurityPerimeterProvisioningState Struct

Definition

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.

Operators

Name Description
Equality(OperationalInsightsNetworkSecurityPerimeterProvisioningState, OperationalInsightsNetworkSecurityPerimeterProvisioningState)

Determines if two OperationalInsightsNetworkSecurityPerimeterProvisioningState values are the same.

Implicit(String to Nullable<OperationalInsightsNetworkSecurityPerimeterProvisioningState>)
Implicit(String to OperationalInsightsNetworkSecurityPerimeterProvisioningState)

Converts a string to a OperationalInsightsNetworkSecurityPerimeterProvisioningState.

Inequality(OperationalInsightsNetworkSecurityPerimeterProvisioningState, OperationalInsightsNetworkSecurityPerimeterProvisioningState)

Determines if two OperationalInsightsNetworkSecurityPerimeterProvisioningState values are not the same.

Applies to