Udostępnij przez


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

Name Description
UpsertManagedServerOperationStepStatus(String)

Initializes a new instance of UpsertManagedServerOperationStepStatus.

Properties

Name Description
Canceled

Canceled.

Completed

Completed.

Failed

Failed.

InProgress

InProgress.

NotStarted

NotStarted.

SlowedDown

SlowedDown.

Methods

Name Description
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

Name Description
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