Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.service_fabric_mesh.operations

Fields

NameDatatypeDescription
namestringThe name of the operation.
displayobjectAn operation available at the listed Azure resource provider.
nextLinkstringThe URL to use for getting the next set of results.
originstringOrigin result
propertiesobjectProperties available for a Microsoft.Web resource provider operation.

Methods

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