62 строки
2.5 KiB
YAML
62 строки
2.5 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: system.fabric.description.ConfigurationProperty.getName()
|
|
name: getName()
|
|
nameWithType: ConfigurationProperty.getName()
|
|
returns:
|
|
description: <p>The name of the setting. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Specifies the name of the setting.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getName()
|
|
uid: system.fabric.description.ConfigurationProperty.getName()
|
|
- fullName: system.fabric.description.ConfigurationProperty.getValue()
|
|
name: getValue()
|
|
nameWithType: ConfigurationProperty.getValue()
|
|
returns:
|
|
description: <p>The value of the setting. </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the value of the setting.</p>
|
|
|
|
<p></p>
|
|
syntax: public String getValue()
|
|
uid: system.fabric.description.ConfigurationProperty.getValue()
|
|
- fullName: system.fabric.description.ConfigurationProperty.isEncrypted()
|
|
name: isEncrypted()
|
|
nameWithType: ConfigurationProperty.isEncrypted()
|
|
returns:
|
|
description: <p>Returns true if the configuration is encrypted; false, otherwise. </p>
|
|
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Specifies whether the configuration is encrypted.</p>
|
|
|
|
<p></p>
|
|
syntax: public boolean isEncrypted()
|
|
uid: system.fabric.description.ConfigurationProperty.isEncrypted()
|
|
- fullName: system.fabric.description.ConfigurationProperty.isMustOverride()
|
|
name: isMustOverride()
|
|
nameWithType: ConfigurationProperty.isMustOverride()
|
|
returns:
|
|
description: <p>Flag indicating whether the setting must be overridden in the application manifest. </p>
|
|
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets a flag indicating whether the setting must be overridden in the application manifest.</p>
|
|
|
|
<p></p>
|
|
syntax: public boolean isMustOverride()
|
|
uid: system.fabric.description.ConfigurationProperty.isMustOverride()
|
|
nameWithType: ConfigurationProperty
|
|
syntax: public class ConfigurationProperty
|
|
type: class
|
|
uid: system.fabric.description.ConfigurationProperty
|
|
fullName: system.fabric.description.ConfigurationProperty
|
|
name: ConfigurationProperty
|
|
package: system.fabric.description
|
|
summary: <p>Specifies a name-value pair that is used to configure a service or application. </p>
|
|
metadata: {}
|