PackageSharingPolicyScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET