operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_stack.gallery_admin.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the REST operation. |
display | object | Information about the REST operation. |
origin | string | Origin of the REST operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
|
SELECT
examples
SELECT
name,
display,
origin
FROM azure_stack.gallery_admin.operations
;