operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.migrate_projects.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation. |
display | object | Displayable properties of the operation. |
origin | string | Origin of the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get 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
;