Compartir a través de


UpsertManagedServerOperationStepStatus Estructura

Definición

The UpsertManagedServerOperationStepStatus.

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

Constructores

UpsertManagedServerOperationStepStatus(String)

Inicializa una nueva instancia de la clase UpsertManagedServerOperationStepStatus.

Propiedades

Canceled

Cancelado.

Completed

Completed.

Failed

Failed.

InProgress

InProgress.

NotStarted

NotStarted.

SlowedDown

SlowedDown.

Métodos

Equals(UpsertManagedServerOperationStepStatus)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus)

Determina si dos UpsertManagedServerOperationStepStatus valores son los mismos.

Implicit(String to UpsertManagedServerOperationStepStatus)

Convierte una cadena en un UpsertManagedServerOperationStepStatus.

Inequality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus)

Determina si dos UpsertManagedServerOperationStepStatus valores no son los mismos.

Se aplica a