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

49 строки
2.5 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: system.fabric.PackageSharingPolicyScope.All
name: All
nameWithType: PackageSharingPolicyScope.All
summary: <p>Share all code, config and data packages from corresponding service manifest. </p>
uid: system.fabric.PackageSharingPolicyScope.All
- fullName: system.fabric.PackageSharingPolicyScope.Code
name: Code
nameWithType: PackageSharingPolicyScope.Code
summary: <p>Share all code packages from corresponding service manifest. </p>
uid: system.fabric.PackageSharingPolicyScope.Code
- fullName: system.fabric.PackageSharingPolicyScope.Config
name: Config
nameWithType: PackageSharingPolicyScope.Config
summary: <p>Share all config packages from corresponding service manifest. </p>
uid: system.fabric.PackageSharingPolicyScope.Config
- fullName: system.fabric.PackageSharingPolicyScope.Data
name: Data
nameWithType: PackageSharingPolicyScope.Data
summary: <p>Share all data packages from corresponding service manifest </p>
uid: system.fabric.PackageSharingPolicyScope.Data
- fullName: system.fabric.PackageSharingPolicyScope.None
name: None
nameWithType: PackageSharingPolicyScope.None
summary: <p>No package sharing policy scope. </p>
uid: system.fabric.PackageSharingPolicyScope.None
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;PackageSharingPolicyScope&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: system.fabric.PackageSharingPolicyScope.getValue()
name: getValue()
nameWithType: PackageSharingPolicyScope.getValue()
returns:
description: <p>int value representing <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.PackageSharingPolicyScope"></xref>. </p>
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
summary: <p>Gets the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="system.fabric.PackageSharingPolicyScope"></xref></p>
syntax: public int getValue()
uid: system.fabric.PackageSharingPolicyScope.getValue()
nameWithType: PackageSharingPolicyScope
syntax: public enum PackageSharingPolicyScope
uid: system.fabric.PackageSharingPolicyScope
fullName: system.fabric.PackageSharingPolicyScope
name: PackageSharingPolicyScope
package: system.fabric
summary: <p>Represents the scope for the <xref uid="system.fabric.PackageSharingPolicy" data-throw-if-not-resolved="false" data-raw-source="system.fabric.PackageSharingPolicy"></xref></p>
metadata: {}