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

98 строки
5.4 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.AutoHealActions.actionType()
name: actionType()
nameWithType: AutoHealActions.actionType()
returns:
description: <p>the actionType value </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>Get the actionType value.</p>
<p></p>
syntax: public AutoHealActionType actionType()
uid: com.microsoft.azure.management.appservice.AutoHealActions.actionType()
- fullName: com.microsoft.azure.management.appservice.AutoHealActions.customAction()
name: customAction()
nameWithType: AutoHealActions.customAction()
returns:
description: <p>the customAction value </p>
type: <xref href="com.microsoft.azure.management.appservice.AutoHealCustomAction?alt=com.microsoft.azure.management.appservice.AutoHealCustomAction&text=AutoHealCustomAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the customAction value.</p>
<p></p>
syntax: public AutoHealCustomAction customAction()
uid: com.microsoft.azure.management.appservice.AutoHealActions.customAction()
- fullName: com.microsoft.azure.management.appservice.AutoHealActions.minProcessExecutionTime()
name: minProcessExecutionTime()
nameWithType: AutoHealActions.minProcessExecutionTime()
returns:
description: <p>the minProcessExecutionTime value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the minProcessExecutionTime value.</p>
<p></p>
syntax: public String minProcessExecutionTime()
uid: com.microsoft.azure.management.appservice.AutoHealActions.minProcessExecutionTime()
- fullName: com.microsoft.azure.management.appservice.AutoHealActions.withActionType(AutoHealActionType actionType)
name: withActionType(AutoHealActionType actionType)
nameWithType: AutoHealActions.withActionType(AutoHealActionType actionType)
parameters:
- description: <p>the actionType value to set </p>
name: actionType
type: <xref href="com.microsoft.azure.management.appservice.AutoHealActionType?alt=com.microsoft.azure.management.appservice.AutoHealActionType&text=AutoHealActionType" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AutoHealActions object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.AutoHealActions?alt=com.microsoft.azure.management.appservice.AutoHealActions&text=AutoHealActions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the actionType value.</p>
<p></p>
syntax: public AutoHealActions withActionType(AutoHealActionType actionType)
uid: com.microsoft.azure.management.appservice.AutoHealActions.withActionType(AutoHealActionType)
- fullName: com.microsoft.azure.management.appservice.AutoHealActions.withCustomAction(AutoHealCustomAction customAction)
name: withCustomAction(AutoHealCustomAction customAction)
nameWithType: AutoHealActions.withCustomAction(AutoHealCustomAction customAction)
parameters:
- description: <p>the customAction value to set </p>
name: customAction
type: <xref href="com.microsoft.azure.management.appservice.AutoHealCustomAction?alt=com.microsoft.azure.management.appservice.AutoHealCustomAction&text=AutoHealCustomAction" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AutoHealActions object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.AutoHealActions?alt=com.microsoft.azure.management.appservice.AutoHealActions&text=AutoHealActions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the customAction value.</p>
<p></p>
syntax: public AutoHealActions withCustomAction(AutoHealCustomAction customAction)
uid: com.microsoft.azure.management.appservice.AutoHealActions.withCustomAction(AutoHealCustomAction)
- fullName: com.microsoft.azure.management.appservice.AutoHealActions.withMinProcessExecutionTime(String minProcessExecutionTime)
name: withMinProcessExecutionTime(String minProcessExecutionTime)
nameWithType: AutoHealActions.withMinProcessExecutionTime(String minProcessExecutionTime)
parameters:
- description: <p>the minProcessExecutionTime value to set </p>
name: minProcessExecutionTime
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the AutoHealActions object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.AutoHealActions?alt=com.microsoft.azure.management.appservice.AutoHealActions&text=AutoHealActions" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the minProcessExecutionTime value.</p>
<p></p>
syntax: public AutoHealActions withMinProcessExecutionTime(String minProcessExecutionTime)
uid: com.microsoft.azure.management.appservice.AutoHealActions.withMinProcessExecutionTime(String)
nameWithType: AutoHealActions
syntax: public class AutoHealActions
type: class
uid: com.microsoft.azure.management.appservice.AutoHealActions
fullName: com.microsoft.azure.management.appservice.AutoHealActions
name: AutoHealActions
package: com.microsoft.azure.management.appservice
summary: <p>Actions which to take by the auto-heal module when a rule is triggered. </p>
metadata: {}