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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java