GetModel interface
Methods
delete(Delete |
Deletes document model. |
get(Get |
Gets detailed document model information. |
Method Details
delete(DeleteModelParameters)
Deletes document model.
function delete(options?: DeleteModelParameters): StreamableMethod<DeleteModel204Response | DeleteModelDefaultResponse>
Parameters
- options
- DeleteModelParameters
Returns
get(GetModelParameters)
Gets detailed document model information.
function get(options?: GetModelParameters): StreamableMethod<GetModel200Response | GetModelDefaultResponse>
Parameters
- options
- GetModelParameters
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript