azure-docs-sdk-java/docs-ref-autogen/system.fabric.Configuration...

67 строки
5.5 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: system.fabric.ConfigurationPackage.ConfigurationPackage(ConfigurationPackageDescription description, String path, ConfigurationSettings settings)
name: ConfigurationPackage(ConfigurationPackageDescription description, String path, ConfigurationSettings settings)
nameWithType: ConfigurationPackage.ConfigurationPackage(ConfigurationPackageDescription description, String path, ConfigurationSettings settings)
parameters:
- description: <p>The <xref uid="system.fabric.description.ConfigurationPackageDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.ConfigurationPackageDescription"></xref> for the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
name: description
type: <xref href="system.fabric.description.ConfigurationPackageDescription?alt=system.fabric.description.ConfigurationPackageDescription&text=ConfigurationPackageDescription" data-throw-if-not-resolved="False"/>
- description: <p>Local path for the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
name: path
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: <p>The <xref uid="system.fabric.description.ConfigurationSettings" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.ConfigurationSettings"></xref> to be associated with the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref>. </p>
name: settings
type: <xref href="system.fabric.description.ConfigurationSettings?alt=system.fabric.description.ConfigurationSettings&text=ConfigurationSettings" data-throw-if-not-resolved="False"/>
summary: <p>Instantiates an object of <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
syntax: public ConfigurationPackage(ConfigurationPackageDescription description, String path, ConfigurationSettings settings)
uid: system.fabric.ConfigurationPackage.ConfigurationPackage(ConfigurationPackageDescription,String,ConfigurationSettings)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.ConfigurationPackage.getDescription()
name: getDescription()
nameWithType: ConfigurationPackage.getDescription()
returns:
description: <p>the <xref uid="system.fabric.description.ConfigurationPackageDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.ConfigurationPackageDescription"></xref> associated with the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
type: <xref href="system.fabric.description.ConfigurationPackageDescription?alt=system.fabric.description.ConfigurationPackageDescription&text=ConfigurationPackageDescription" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the <xref uid="system.fabric.description.ConfigurationPackageDescription" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.ConfigurationPackageDescription"></xref> associated with the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
<p></p>
syntax: public ConfigurationPackageDescription getDescription()
uid: system.fabric.ConfigurationPackage.getDescription()
- fullName: system.fabric.ConfigurationPackage.getPath()
name: getPath()
nameWithType: ConfigurationPackage.getPath()
returns:
description: <p>the local path for the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the local path for the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
<p></p>
syntax: public String getPath()
uid: system.fabric.ConfigurationPackage.getPath()
- fullName: system.fabric.ConfigurationPackage.getSettings()
name: getSettings()
nameWithType: ConfigurationPackage.getSettings()
returns:
description: <p>the <xref uid="system.fabric.description.ConfigurationSettings" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.ConfigurationSettings"></xref> associated with the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
type: <xref href="system.fabric.description.ConfigurationSettings?alt=system.fabric.description.ConfigurationSettings&text=ConfigurationSettings" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the <xref uid="system.fabric.description.ConfigurationSettings" data-throw-if-not-resolved="false" data-raw-source="system.fabric.description.ConfigurationSettings"></xref> associated with the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ConfigurationPackage"></xref></p>
<p></p>
syntax: public ConfigurationSettings getSettings()
uid: system.fabric.ConfigurationPackage.getSettings()
nameWithType: ConfigurationPackage
syntax: public class ConfigurationPackage
type: class
uid: system.fabric.ConfigurationPackage
fullName: system.fabric.ConfigurationPackage
name: ConfigurationPackage
package: system.fabric
summary: <p>Represents a configuration package. </p>
metadata: {}