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