operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.service_fabric_mesh.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation. |
display | object | An operation available at the listed Azure resource provider. |
nextLink | string | The URL to use for getting the next set of results. |
origin | string | Origin result |
properties | object | Properties available for a Microsoft.Web resource provider operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all the available operations provided by Service Fabric SeaBreeze resource provider. |
SELECT
examples
Lists all the available operations provided by Service Fabric SeaBreeze resource provider.
SELECT
name,
display,
nextLink,
origin,
properties
FROM azure.service_fabric_mesh.operations
;