unprovision_application_types
Creates, updates, deletes, gets or lists an unprovision_application_types resource.
Overview
| Name | unprovision_application_types |
| Type | Resource |
| Id | azure.service_fabric_dataplane.unprovision_application_types |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
unprovision_application_type | exec | application_type_name, endpoint, ApplicationTypeVersion | timeout | Removes or unregisters a Service Fabric application type from the cluster. This operation can only be performed if all application instances of the application type have been deleted. Once the application type is unregistered, no new application instances can be created for this particular application type. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
application_type_name | string | The name of the application type. |
endpoint | string | The service endpoint host (no scheme). (default: ) |
timeout | integer (int64) | The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. |
Lifecycle Methods
- unprovision_application_type
Removes or unregisters a Service Fabric application type from the cluster. This operation can only be performed if all application instances of the application type have been deleted. Once the application type is unregistered, no new application instances can be created for this particular application type.
EXEC azure.service_fabric_dataplane.unprovision_application_types.unprovision_application_type
@application_type_name='{{ application_type_name }}' --required,
@endpoint='{{ endpoint }}' --required,
@timeout='{{ timeout }}'
@@json=
'{
"ApplicationTypeVersion": "{{ ApplicationTypeVersion }}",
"Async": {{ Async }}
}'
;