58 строки
2.9 KiB
YAML
58 строки
2.9 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.management.appservice.NotificationLevel.CRITICAL
|
|
name: CRITICAL
|
|
nameWithType: NotificationLevel.CRITICAL
|
|
summary: <p>Enum value Critical. </p>
|
|
uid: com.microsoft.azure.management.appservice.NotificationLevel.CRITICAL
|
|
- fullName: com.microsoft.azure.management.appservice.NotificationLevel.INFORMATION
|
|
name: INFORMATION
|
|
nameWithType: NotificationLevel.INFORMATION
|
|
summary: <p>Enum value Information. </p>
|
|
uid: com.microsoft.azure.management.appservice.NotificationLevel.INFORMATION
|
|
- fullName: com.microsoft.azure.management.appservice.NotificationLevel.NON_URGENT_SUGGESTION
|
|
name: NON_URGENT_SUGGESTION
|
|
nameWithType: NotificationLevel.NON_URGENT_SUGGESTION
|
|
summary: <p>Enum value NonUrgentSuggestion. </p>
|
|
uid: com.microsoft.azure.management.appservice.NotificationLevel.NON_URGENT_SUGGESTION
|
|
- fullName: com.microsoft.azure.management.appservice.NotificationLevel.WARNING
|
|
name: WARNING
|
|
nameWithType: NotificationLevel.WARNING
|
|
summary: <p>Enum value Warning. </p>
|
|
uid: com.microsoft.azure.management.appservice.NotificationLevel.WARNING
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<NotificationLevel>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.appservice.NotificationLevel.fromString(String value)
|
|
name: fromString(String value)
|
|
nameWithType: NotificationLevel.fromString(String value)
|
|
parameters:
|
|
- description: <p>the serialized value to parse. </p>
|
|
name: value
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the parsed NotificationLevel object, or null if unable to parse. </p>
|
|
type: <xref href="com.microsoft.azure.management.appservice.NotificationLevel?alt=com.microsoft.azure.management.appservice.NotificationLevel&text=NotificationLevel" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Parses a serialized value to a NotificationLevel instance.</p>
|
|
|
|
<p></p>
|
|
syntax: public static NotificationLevel fromString(String value)
|
|
uid: com.microsoft.azure.management.appservice.NotificationLevel.fromString(String)
|
|
- fullName: com.microsoft.azure.management.appservice.NotificationLevel.toString()
|
|
name: toString()
|
|
nameWithType: NotificationLevel.toString()
|
|
returns:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String toString()
|
|
uid: com.microsoft.azure.management.appservice.NotificationLevel.toString()
|
|
nameWithType: NotificationLevel
|
|
syntax: public enum NotificationLevel
|
|
uid: com.microsoft.azure.management.appservice.NotificationLevel
|
|
fullName: com.microsoft.azure.management.appservice.NotificationLevel
|
|
name: NotificationLevel
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Defines values for NotificationLevel. </p>
|
|
metadata: {}
|