ExternalStoreProvisionApplicationTypeDescription

Describes the operation to register or provision an application type using an application package from an external store instead of a package uploaded to the Service Fabric image store.

Properties

Name Type Required
Async boolean Yes
ApplicationPackageDownloadUri string Yes
ApplicationTypeName string Yes
ApplicationTypeVersion string Yes

Async

Type: boolean
Required: Yes

Indicates whether or not provisioning should occur asynchronously. When set to true, the provision operation returns when the request is accepted by the system, and the provision operation continues without any timeout limit. The default value is false. For large application packages, we recommend setting the value to true.


ApplicationPackageDownloadUri

Type: string
Required: Yes

The path to the '.sfpkg' application package from where the application package can be downloaded using HTTP or HTTPS protocols. The application package can be stored in an external store that provides GET operation to download the file. Supported protocols are HTTP and HTTPS, and the path must allow READ access.


ApplicationTypeName

Type: string
Required: Yes

The application type name represents the name of the application type found in the application manifest.


ApplicationTypeVersion

Type: string
Required: Yes

The application type version represents the version of the application type found in the application manifest.