UpsertManagedServerOperationStepStatus Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
The UpsertManagedServerOperationStepStatus.
public readonly struct UpsertManagedServerOperationStepStatus : IEquatable<Azure.ResourceManager.Sql.Models.UpsertManagedServerOperationStepStatus>
type UpsertManagedServerOperationStepStatus = struct
Public Structure UpsertManagedServerOperationStepStatus
Implements IEquatable(Of UpsertManagedServerOperationStepStatus)
- Vererbung
-
UpsertManagedServerOperationStepStatus
- Implementiert
Konstruktoren
UpsertManagedServerOperationStepStatus(String) |
Initialisiert eine neue Instanz von UpsertManagedServerOperationStepStatus. |
Eigenschaften
Canceled |
Abgebrochen. |
Completed |
Abgeschlossen. |
Failed |
Fehler. |
InProgress |
InProgress. |
NotStarted |
NotStarted. |
SlowedDown |
SlowedDown. |
Methoden
Equals(UpsertManagedServerOperationStepStatus) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus) |
Bestimmt, ob zwei UpsertManagedServerOperationStepStatus Werte gleich sind. |
Implicit(String to UpsertManagedServerOperationStepStatus) |
Konvertiert eine Zeichenfolge in eine UpsertManagedServerOperationStepStatus. |
Inequality(UpsertManagedServerOperationStepStatus, UpsertManagedServerOperationStepStatus) |
Bestimmt, ob zwei UpsertManagedServerOperationStepStatus Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET