Compartir a través de


AppPlatformServicePowerState Estructura

Definición

Estado de energía del servicio.

public readonly struct AppPlatformServicePowerState : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServicePowerState>
type AppPlatformServicePowerState = struct
Public Structure AppPlatformServicePowerState
Implements IEquatable(Of AppPlatformServicePowerState)
Herencia
AppPlatformServicePowerState
Implementaciones

Constructores

AppPlatformServicePowerState(String)

Inicializa una nueva instancia de la clase AppPlatformServicePowerState.

Propiedades

Running

En ejecución.

Stopped

Detenido.

Métodos

Equals(AppPlatformServicePowerState)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(AppPlatformServicePowerState, AppPlatformServicePowerState)

Determina si dos AppPlatformServicePowerState valores son los mismos.

Implicit(String to AppPlatformServicePowerState)

Convierte una cadena en un AppPlatformServicePowerState.

Inequality(AppPlatformServicePowerState, AppPlatformServicePowerState)

Determina si dos AppPlatformServicePowerState valores no son los mismos.

Se aplica a