PackageSharingPolicyScope Enum
- java.
lang. Object - java.
lang. Enum<PackageSharingPolicyScope> - system.
fabric. PackageSharingPolicyScope
- system.
- java.
public enum PackageSharingPolicyScope
Represents the scope for the PackageSharingPolicy
Fields
All |
Share all code, config and data packages from corresponding service manifest. |
Code |
Share all code packages from corresponding service manifest. |
Config |
Share all config packages from corresponding service manifest. |
Data |
Share all data packages from corresponding service manifest |
None |
No package sharing policy scope. |
Methods
getValue()
public int getValue()
Gets the system.fabric.PackageSharingPolicyScope
Returns
int
int value representing system.fabric.PackageSharingPolicyScope.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java