azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.AutoHealActions"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions"
name: "AutoHealActions"
nameWithType: "AutoHealActions"
summary: "Actions which to take by the auto-heal module when a rule is triggered."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AutoHealActions**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActions?alt=com.azure.resourcemanager.appservice.models.AutoHealActions&text=AutoHealActions\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.AutoHealActions()"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.AutoHealActions()"
name: "AutoHealActions()"
nameWithType: "AutoHealActions.AutoHealActions()"
summary: "Creates an instance of Auto<wbr>Heal<wbr>Actions class."
syntax: "public AutoHealActions()"
desc: "Creates an instance of AutoHealActions class."
methods:
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.actionType()"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.actionType()"
name: "actionType()"
nameWithType: "AutoHealActions.actionType()"
summary: "Get the action<wbr>Type property: Predefined action to be taken."
syntax: "public AutoHealActionType actionType()"
desc: "Get the actionType property: Predefined action to be taken."
returns:
description: "the actionType value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActionType?alt=com.azure.resourcemanager.appservice.models.AutoHealActionType&text=AutoHealActionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.customAction()"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.customAction()"
name: "customAction()"
nameWithType: "AutoHealActions.customAction()"
summary: "Get the custom<wbr>Action property: Custom action to be taken."
syntax: "public AutoHealCustomAction customAction()"
desc: "Get the customAction property: Custom action to be taken."
returns:
description: "the customAction value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealCustomAction?alt=com.azure.resourcemanager.appservice.models.AutoHealCustomAction&text=AutoHealCustomAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AutoHealActions.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Auto<wbr>Heal<wbr>Actions from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AutoHealActions fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the AutoHealActions."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AutoHealActions from the JsonReader."
returns:
description: "An instance of AutoHealActions if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActions?alt=com.azure.resourcemanager.appservice.models.AutoHealActions&text=AutoHealActions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.minProcessExecutionTime()"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.minProcessExecutionTime()"
name: "minProcessExecutionTime()"
nameWithType: "AutoHealActions.minProcessExecutionTime()"
summary: "Get the min<wbr>Process<wbr>Execution<wbr>Time property: Minimum time the process must execute before taking the action."
syntax: "public String minProcessExecutionTime()"
desc: "Get the minProcessExecutionTime property: Minimum time the process must execute before taking the action."
returns:
description: "the minProcessExecutionTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AutoHealActions.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.validate()"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.validate()"
name: "validate()"
nameWithType: "AutoHealActions.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.withActionType(com.azure.resourcemanager.appservice.models.AutoHealActionType)"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.withActionType(AutoHealActionType actionType)"
name: "withActionType(AutoHealActionType actionType)"
nameWithType: "AutoHealActions.withActionType(AutoHealActionType actionType)"
summary: "Set the action<wbr>Type property: Predefined action to be taken."
parameters:
- description: "the actionType value to set."
name: "actionType"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActionType?alt=com.azure.resourcemanager.appservice.models.AutoHealActionType&text=AutoHealActionType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoHealActions withActionType(AutoHealActionType actionType)"
desc: "Set the actionType property: Predefined action to be taken."
returns:
description: "the AutoHealActions object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActions?alt=com.azure.resourcemanager.appservice.models.AutoHealActions&text=AutoHealActions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.withCustomAction(com.azure.resourcemanager.appservice.models.AutoHealCustomAction)"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.withCustomAction(AutoHealCustomAction customAction)"
name: "withCustomAction(AutoHealCustomAction customAction)"
nameWithType: "AutoHealActions.withCustomAction(AutoHealCustomAction customAction)"
summary: "Set the custom<wbr>Action property: Custom action to be taken."
parameters:
- description: "the customAction value to set."
name: "customAction"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealCustomAction?alt=com.azure.resourcemanager.appservice.models.AutoHealCustomAction&text=AutoHealCustomAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoHealActions withCustomAction(AutoHealCustomAction customAction)"
desc: "Set the customAction property: Custom action to be taken."
returns:
description: "the AutoHealActions object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActions?alt=com.azure.resourcemanager.appservice.models.AutoHealActions&text=AutoHealActions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.AutoHealActions.withMinProcessExecutionTime(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.AutoHealActions.withMinProcessExecutionTime(String minProcessExecutionTime)"
name: "withMinProcessExecutionTime(String minProcessExecutionTime)"
nameWithType: "AutoHealActions.withMinProcessExecutionTime(String minProcessExecutionTime)"
summary: "Set the min<wbr>Process<wbr>Execution<wbr>Time property: Minimum time the process must execute before taking the action."
parameters:
- description: "the minProcessExecutionTime value to set."
name: "minProcessExecutionTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AutoHealActions withMinProcessExecutionTime(String minProcessExecutionTime)"
desc: "Set the minProcessExecutionTime property: Minimum time the process must execute before taking the action."
returns:
description: "the AutoHealActions object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActions?alt=com.azure.resourcemanager.appservice.models.AutoHealActions&text=AutoHealActions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Actions which to take by the auto-heal module when a rule is triggered."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appservice.models.AutoHealActions?alt=com.azure.resourcemanager.appservice.models.AutoHealActions&text=AutoHealActions\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0