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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for Java