UnprovisionApplicationTypeDescriptionInfo
Describes the operation to unregister or unprovision an application type and its version that was registered with the Service Fabric.
Properties
Name | Type | Required |
---|---|---|
ApplicationTypeVersion |
string | Yes |
Async |
boolean | No |
ApplicationTypeVersion
Type: string
Required: Yes
The version of the application type as defined in the application manifest.
Async
Type: boolean
Required: No
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.