AppPlatformServicePowerState Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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 à
Azure SDK for .NET