PackageSharingPolicyScope enum
type: string
Represents the scope for PackageSharingPolicy. This is specified during DeployServicePackageToNode operation.
Possible values are:
None
- No package sharing policy scope. The value is 0.All
- Share all code, config and data packages from corresponding service manifest. The value is 1.Code
- Share all code packages from corresponding service manifest. The value is 2.Config
- Share all config packages from corresponding service manifest. The value is 3.Data
- Share all data packages from corresponding service manifest. The value is 4.