Delen via


PackageSharingPolicyScope Enum

Definition

Represents the scope for the PackageSharingPolicy.

public enum PackageSharingPolicyScope
type PackageSharingPolicyScope = 
Public Enum PackageSharingPolicyScope
Inheritance
PackageSharingPolicyScope

Fields

Name Value Description
None 0

No package sharing policy scope.

All 1

Share all code, config and data packages from corresponding service manifest.

Code 2

Share all code packages from corresponding service manifest.

Config 3

Share all config packages from corresponding service manifest.

Data 4

Share all data packages from corresponding service manifest

Applies to