Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.migrate_projects.operations

Fields

NameDatatypeDescription
namestringName of the operation.
displayobjectDisplayable properties of the operation.
originstringOrigin of the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTGet a list of REST API supported by Microsoft.Migrate provider.

SELECT examples

Get a list of REST API supported by Microsoft.Migrate provider.

SELECT
name,
display,
origin
FROM azure.migrate_projects.operations
;