你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.