Partager via


AppPlatformServicePowerState Structure

Définition

État d’alimentation du service.

public readonly struct AppPlatformServicePowerState : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServicePowerState>
type AppPlatformServicePowerState = struct
Public Structure AppPlatformServicePowerState
Implements IEquatable(Of AppPlatformServicePowerState)
Héritage
AppPlatformServicePowerState
Implémente

Constructeurs

AppPlatformServicePowerState(String)

Initialise une nouvelle instance de AppPlatformServicePowerState.

Propriétés

Running

En cours d'exécution.

Stopped

Arrêté.

Méthodes

Equals(AppPlatformServicePowerState)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(AppPlatformServicePowerState, AppPlatformServicePowerState)

Détermine si deux AppPlatformServicePowerState valeurs sont identiques.

Implicit(String to AppPlatformServicePowerState)

Convertit une chaîne en AppPlatformServicePowerState.

Inequality(AppPlatformServicePowerState, AppPlatformServicePowerState)

Détermine si deux AppPlatformServicePowerState valeurs ne sont pas identiques.

S’applique à