generate_model_copy_authorizations
Creates, updates, deletes, gets or lists a generate_model_copy_authorizations resource.
Overview
| Name | generate_model_copy_authorizations |
| Type | Resource |
| Id | azure.ai_form_recognizer.generate_model_copy_authorizations |
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 |
|---|---|---|---|---|
generate_model_copy_authorization | exec | endpoint | Generate Copy Authorization. Generate authorization to copy a model into the target Form Recognizer resource. |
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 |
|---|---|---|
endpoint | string | The service endpoint host (no scheme). (default: ) |
Lifecycle Methods
- generate_model_copy_authorization
Generate Copy Authorization. Generate authorization to copy a model into the target Form Recognizer resource.
EXEC azure.ai_form_recognizer.generate_model_copy_authorizations.generate_model_copy_authorization
@endpoint='{{ endpoint }}' --required
;