Udostępnij za pośrednictwem


UpsertManagedServerOperationStepStatus Struct

Definition

The UpsertManagedServerOperationStepStatus.

public readonly struct UpsertManagedServerOperationStepStatus : IEquatable<Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStepStatus>
type UpsertManagedServerOperationStepStatus = struct
Public Structure UpsertManagedServerOperationStepStatus
Implements IEquatable(Of UpsertManagedServerOperationStepStatus)
Inheritance
UpsertManagedServerOperationStepStatus
Implements

Constructors

UpsertManagedServerOperationStepStatus(String)

Initializes a new instance of UpsertManagedServerOperationStepStatus.

Properties

Canceled

Canceled.

Completed

Completed.

Failed

Failed.

InProgress

InProgress.

NotStarted

NotStarted.

SlowedDown

SlowedDown.

Methods

Equals(UpsertManagedServerOperationStepStatus)

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(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus)

Determines if two UpsertManagedServerOperationStepStatus values are the same.

Implicit(String to UpsertManagedServerOperationStepStatus)

Converts a string to a UpsertManagedServerOperationStepStatus.

Inequality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus)

Determines if two UpsertManagedServerOperationStepStatus values are not the same.

Applies to