MicrosoftGraphManagedDevicePartnerReportedHealthState Classe
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphManagedDevicePartnerReportedHealthState
- com.
- com.
public final class MicrosoftGraphManagedDevicePartnerReportedHealthState
extends ExpandableStringEnum<MicrosoftGraphManagedDevicePartnerReportedHealthState>
managedDevicePartnerReportedHealthState.
Resumo do campo
Modificador e tipo | Campo e descrição |
---|---|
static final
Microsoft |
ACTIVATED
Valor estático ativado para o Estado de Integridade |
static final
Microsoft |
COMPROMISED
Valor estático comprometido para o Estado de Integridade |
static final
Microsoft |
DEACTIVATED
Valor estático desativado para o Estado de Integridade |
static final
Microsoft |
HIGH_SEVERITY
Valor estático de alta |
static final
Microsoft |
LOW_SEVERITY
Valor estático baixo |
static final
Microsoft |
MEDIUM_SEVERITY
Severidade média |
static final
Microsoft |
MISCONFIGURED
Valor estático configurado incorretamente para o Estado de Integridade |
static final
Microsoft |
SECURED
Valor estático protegido para o Estado de Integridade |
static final
Microsoft |
UNKNOWN
Valor estático desconhecido para o Estado de Integridade |
static final
Microsoft |
UNRESPONSIVE
Valor estático sem resposta para o Estado de Integridade |
Resumo do Construtor
Construtor | Description |
---|---|
MicrosoftGraphManagedDevicePartnerReportedHealthState() |
Preterido
Use o fromString(String name) método de fábrica.
Cria uma nova instância do valor estado de integridade |
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
static
Microsoft |
fromString(String name)
Cria ou localiza um estado de integridade |
static
Collection<Microsoft |
values()
Obtém os valores conhecidos do Estado de Integridade |
Métodos herdados de ExpandableStringEnum
Métodos herdados de java.lang.Object
Detalhes do campo
ACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState ACTIVATED
Valor estático ativado para MicrosoftGraphManagedDevicePartnerReportedHealthState.
COMPROMISED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState COMPROMISED
Valor estático comprometido para MicrosoftGraphManagedDevicePartnerReportedHealthState.
DEACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState DEACTIVATED
Valor estático desativado para MicrosoftGraphManagedDevicePartnerReportedHealthState.
HIGH_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState HIGH_SEVERITY
Valor estático highSeverity para MicrosoftGraphManagedDevicePartnerReportedHealthState.
LOW_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState LOW_SEVERITY
Valor estático lowSeverity para MicrosoftGraphManagedDevicePartnerReportedHealthState.
MEDIUM_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY
Valor estático mediumSeverity para MicrosoftGraphManagedDevicePartnerReportedHealthState.
MISCONFIGURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED
Valor estático configurado incorretamente para MicrosoftGraphManagedDevicePartnerReportedHealthState.
SECURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED
Valor estático protegido para MicrosoftGraphManagedDevicePartnerReportedHealthState.
UNKNOWN
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN
Valor estático desconhecido para MicrosoftGraphManagedDevicePartnerReportedHealthState.
UNRESPONSIVE
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNRESPONSIVE
Valor estático sem resposta para MicrosoftGraphManagedDevicePartnerReportedHealthState.
Detalhes do construtor
MicrosoftGraphManagedDevicePartnerReportedHealthState
@Deprecated
public MicrosoftGraphManagedDevicePartnerReportedHealthState()
Preterido
Cria uma nova instância do valor MicrosoftGraphManagedDevicePartnerReportedHealthState.
Detalhes do método
fromString
public static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)
Cria ou localiza um MicrosoftGraphManagedDevicePartnerReportedHealthState de sua representação de cadeia de caracteres.
Parameters:
Returns:
values
public static Collection
Obtém valores conhecidos de MicrosoftGraphManagedDevicePartnerReportedHealthState.
Returns:
Aplica-se a
Azure SDK for Java