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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET