Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines description for downloading packages associated with a service manifest to image cache on a Service Fabric node.
Properties
Name | Type | Required |
---|---|---|
ServiceManifestName |
string | Yes |
ApplicationTypeName |
string | Yes |
ApplicationTypeVersion |
string | Yes |
NodeName |
string | Yes |
PackageSharingPolicy |
array of PackageSharingPolicyInfo | No |
ServiceManifestName
Type: string
Required: Yes
The name of service manifest whose packages need to be downloaded.
ApplicationTypeName
Type: string
Required: Yes
The application type name as defined in the application manifest.
ApplicationTypeVersion
Type: string
Required: Yes
The version of the application type as defined in the application manifest.
NodeName
Type: string
Required: Yes
The name of a Service Fabric node.
PackageSharingPolicy
Type: array of PackageSharingPolicyInfo
Required: No
List of package sharing policy information.