OperationalInsightsWorkspaceEntityStatus 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.
The provisioning state of the workspace.
public readonly struct OperationalInsightsWorkspaceEntityStatus : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsWorkspaceEntityStatus>
type OperationalInsightsWorkspaceEntityStatus = struct
Public Structure OperationalInsightsWorkspaceEntityStatus
Implements IEquatable(Of OperationalInsightsWorkspaceEntityStatus)
- Inheritance
-
OperationalInsightsWorkspaceEntityStatus
- Implements
Constructors
OperationalInsightsWorkspaceEntityStatus(String) |
Initializes a new instance of OperationalInsightsWorkspaceEntityStatus. |
Properties
Canceled |
Canceled. |
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
ProvisioningAccount |
ProvisioningAccount. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(OperationalInsightsWorkspaceEntityStatus) |
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(OperationalInsightsWorkspaceEntityStatus, OperationalInsightsWorkspaceEntityStatus) |
Determines if two OperationalInsightsWorkspaceEntityStatus values are the same. |
Implicit(String to OperationalInsightsWorkspaceEntityStatus) |
Converts a String to a OperationalInsightsWorkspaceEntityStatus. |
Inequality(OperationalInsightsWorkspaceEntityStatus, OperationalInsightsWorkspaceEntityStatus) |
Determines if two OperationalInsightsWorkspaceEntityStatus values are not the same. |
Applies to
Azure SDK for .NET