UpsertManagedServerOperationStepStatus Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET