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

42 строки
1.7 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.EnabledConfig.enabled()
name: enabled()
nameWithType: EnabledConfig.enabled()
returns:
description: <p>the enabled value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the enabled value.</p>
<p></p>
syntax: public Boolean enabled()
uid: com.microsoft.azure.management.appservice.EnabledConfig.enabled()
- fullName: com.microsoft.azure.management.appservice.EnabledConfig.withEnabled(Boolean enabled)
name: withEnabled(Boolean enabled)
nameWithType: EnabledConfig.withEnabled(Boolean enabled)
parameters:
- description: <p>the enabled value to set </p>
name: enabled
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the EnabledConfig object itself. </p>
type: <xref href="com.microsoft.azure.management.appservice.EnabledConfig?alt=com.microsoft.azure.management.appservice.EnabledConfig&text=EnabledConfig" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the enabled value.</p>
<p></p>
syntax: public EnabledConfig withEnabled(Boolean enabled)
uid: com.microsoft.azure.management.appservice.EnabledConfig.withEnabled(Boolean)
nameWithType: EnabledConfig
syntax: public class EnabledConfig
type: class
uid: com.microsoft.azure.management.appservice.EnabledConfig
fullName: com.microsoft.azure.management.appservice.EnabledConfig
name: EnabledConfig
package: com.microsoft.azure.management.appservice
summary: <p>Enabled configuration. </p>
metadata: {}