OperationalInsightsLinkedServiceEntityStatus 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 linked service.
public readonly struct OperationalInsightsLinkedServiceEntityStatus : IEquatable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsLinkedServiceEntityStatus>
type OperationalInsightsLinkedServiceEntityStatus = struct
Public Structure OperationalInsightsLinkedServiceEntityStatus
Implements IEquatable(Of OperationalInsightsLinkedServiceEntityStatus)
- Inheritance
-
OperationalInsightsLinkedServiceEntityStatus
- Implements
Constructors
| OperationalInsightsLinkedServiceEntityStatus(String) |
Initializes a new instance of OperationalInsightsLinkedServiceEntityStatus. |
Properties
| Deleting |
Deleting. |
| ProvisioningAccount |
ProvisioningAccount. |
| Succeeded |
Succeeded. |
| Updating |
Updating. |
Methods
| Equals(OperationalInsightsLinkedServiceEntityStatus) |
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(OperationalInsightsLinkedServiceEntityStatus, OperationalInsightsLinkedServiceEntityStatus) |
Determines if two OperationalInsightsLinkedServiceEntityStatus values are the same. |
| Implicit(String to OperationalInsightsLinkedServiceEntityStatus) |
Converts a String to a OperationalInsightsLinkedServiceEntityStatus. |
| Inequality(OperationalInsightsLinkedServiceEntityStatus, OperationalInsightsLinkedServiceEntityStatus) |
Determines if two OperationalInsightsLinkedServiceEntityStatus values are not the same. |