ProvisionApplicationTypeDescription Class
Describes the operation to register or provision an application type using an application 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.ProvisionApplicationTypeDescriptionBaseProvisionApplicationTypeDescription
Constructor
ProvisionApplicationTypeDescription(*, async_property: bool, application_type_build_path: str, application_package_cleanup_policy=None, **kwargs)
Parameters
- async_property
- bool
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.
- application_type_build_path
- str
Required. The relative path for the application package in the image store specified during the prior upload operation.
- application_package_cleanup_policy
- str or ApplicationPackageCleanupPolicy
The kind of action that needs to be taken for cleaning up the application package after successful provision. Possible values include: 'Invalid', 'Default', 'Automatic', 'Manual'
Feedback
Submit and view feedback for