Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.service_fabric_managed_clusters.operations

Fields

NameDatatypeDescription
namestringThe name of the operation.
displayobjectOperation supported by the Service Fabric resource provider
isDataActionbooleanIndicates whether the operation is a data action
nextLinkstringThe URL to use for getting the next set of results.
originstringOrigin result

Methods

NameAccessible byRequired ParamsDescription
listSELECTGet 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
;