UnprovisionApplicationTypeDescriptionInfo Class
Describes the operation to unregister or unprovision an application type and its version that was registered with the Service Fabric.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
UnprovisionApplicationTypeDescriptionInfo
Constructor
UnprovisionApplicationTypeDescriptionInfo(*, application_type_version: str, async_property: Optional[bool] = None, **kwargs)
Parameters
- application_type_version
- str
Required. The version of the application type as defined in the application manifest.
- async_property
- bool
The flag indicating whether or not unprovision should occur asynchronously. When set to true, the unprovision operation returns when the request is accepted by the system, and the unprovision operation continues without any timeout limit. The default value is false. However, we recommend setting it to true for large application packages that were provisioned.
Feedback
Submit and view feedback for