operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.service_fabric_managed_clusters.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation. |
display | object | Operation supported by the Service Fabric resource provider |
isDataAction | boolean | Indicates whether the operation is a data action |
nextLink | string | The URL to use for getting the next set of results. |
origin | string | Origin result |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Get the list of available Service Fabric resource provider API operations. |
SELECT
examples
Get the list of available Service Fabric resource provider API operations.
SELECT
name,
display,
isDataAction,
nextLink,
origin
FROM azure.service_fabric_managed_clusters.operations
;