Compartir a través de


AppPlatformConfigServerState Estructura

Definición

Estado del servidor de configuración.

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

Constructores

AppPlatformConfigServerState(String)

Inicializa una nueva instancia de la clase AppPlatformConfigServerState.

Propiedades

Deleted

Eliminado.

Failed

Failed.

NotAvailable

No disponible.

Succeeded

Tuvo éxito.

Updating

Actualización.

Métodos

Equals(AppPlatformConfigServerState)

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(AppPlatformConfigServerState, AppPlatformConfigServerState)

Determina si dos AppPlatformConfigServerState valores son iguales.

Implicit(String to AppPlatformConfigServerState)

Convierte una cadena en un AppPlatformConfigServerState.

Inequality(AppPlatformConfigServerState, AppPlatformConfigServerState)

Determina si dos AppPlatformConfigServerState valores no son los mismos.

Se aplica a