Skip to main content

unprovision_application_types

Creates, updates, deletes, gets or lists an unprovision_application_types resource.

Overview

Nameunprovision_application_types
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
unprovision_application_typeexecapplication_type_name, endpoint, ApplicationTypeVersiontimeoutRemoves 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.

NameDatatypeDescription
application_type_namestringThe name of the application type.
endpointstringThe service endpoint host (no scheme). (default: )
timeoutinteger (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

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 }}
}'
;