PackageSharingPolicyInfo

Represents a policy for the package sharing.

Properties

Name Type Required
SharedPackageName string No
PackageSharingScope string (enum) No

SharedPackageName

Type: string
Required: No

The name of code, configuration or data package that should be shared.


PackageSharingScope

Type: string (enum)
Required: No

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.