azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

53 строки
2.6 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.management.appservice.AutoHealActionType.CUSTOM_ACTION
name: CUSTOM_ACTION
nameWithType: AutoHealActionType.CUSTOM_ACTION
summary: <p>Enum value CustomAction. </p>
uid: com.microsoft.azure.management.appservice.AutoHealActionType.CUSTOM_ACTION
- fullName: com.microsoft.azure.management.appservice.AutoHealActionType.LOG_EVENT
name: LOG_EVENT
nameWithType: AutoHealActionType.LOG_EVENT
summary: <p>Enum value LogEvent. </p>
uid: com.microsoft.azure.management.appservice.AutoHealActionType.LOG_EVENT
- fullName: com.microsoft.azure.management.appservice.AutoHealActionType.RECYCLE
name: RECYCLE
nameWithType: AutoHealActionType.RECYCLE
summary: <p>Enum value Recycle. </p>
uid: com.microsoft.azure.management.appservice.AutoHealActionType.RECYCLE
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;AutoHealActionType&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.AutoHealActionType.fromString(String value)
name: fromString(String value)
nameWithType: AutoHealActionType.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 AutoHealActionType object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.management.appservice.AutoHealActionType?alt=com.microsoft.azure.management.appservice.AutoHealActionType&text=AutoHealActionType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a AutoHealActionType instance.</p>
<p></p>
syntax: public static AutoHealActionType fromString(String value)
uid: com.microsoft.azure.management.appservice.AutoHealActionType.fromString(String)
- fullName: com.microsoft.azure.management.appservice.AutoHealActionType.toString()
name: toString()
nameWithType: AutoHealActionType.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.AutoHealActionType.toString()
nameWithType: AutoHealActionType
syntax: public enum AutoHealActionType
uid: com.microsoft.azure.management.appservice.AutoHealActionType
fullName: com.microsoft.azure.management.appservice.AutoHealActionType
name: AutoHealActionType
package: com.microsoft.azure.management.appservice
summary: <p>Defines values for AutoHealActionType. </p>
metadata: {}