共用方式為


OperationalInsightsLinkedServiceEntityStatus Struct

Definition

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.

Applies to