AppPlatformDeploymentStatus 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.
Status der Bereitstellung.
public readonly struct AppPlatformDeploymentStatus : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentStatus>
type AppPlatformDeploymentStatus = struct
Public Structure AppPlatformDeploymentStatus
Implements IEquatable(Of AppPlatformDeploymentStatus)
- Vererbung
-
AppPlatformDeploymentStatus
- Implementiert
Konstruktoren
AppPlatformDeploymentStatus(String) |
Initialisiert eine neue Instanz von AppPlatformDeploymentStatus. |
Eigenschaften
Running |
Wird ausgeführt. |
Stopped |
Beendet. |
Methoden
Equals(AppPlatformDeploymentStatus) |
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(AppPlatformDeploymentStatus, AppPlatformDeploymentStatus) |
Bestimmt, ob zwei AppPlatformDeploymentStatus Werte identisch sind. |
Implicit(String to AppPlatformDeploymentStatus) |
Konvertiert eine Zeichenfolge in eine AppPlatformDeploymentStatus. |
Inequality(AppPlatformDeploymentStatus, AppPlatformDeploymentStatus) |
Bestimmt, ob zwei AppPlatformDeploymentStatus Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET