Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.recovery_services.operations

Fields

NameDatatypeDescription
namestringName of the Operation.
displayobjectLocalized display information of an operation.
originstringThe intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX
propertiesobjectClass to represent shoebox properties in json client discovery.

Methods

NameAccessible byRequired ParamsDescription
listSELECTReturns the list of available operations.

SELECT examples

Returns the list of available operations.

SELECT
name,
display,
origin,
properties
FROM azure.recovery_services.operations
;