ExternalStoreProvisionApplicationTypeDescription Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.ProvisionApplicationTypeDescriptionBase
ExternalStoreProvisionApplicationTypeDescription

Constructor

ExternalStoreProvisionApplicationTypeDescription(*, async_property: bool, application_package_download_uri: str, application_type_name: str, application_type_version: str, **kwargs)

Parameters

async_property
bool
Required

Required. 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.

kind
str
Required

Required. Constant filled by server.

application_package_download_uri
str
Required

Required. 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.

application_type_name
str
Required

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

application_type_version
str
Required

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