Skip to main content

operations_partners

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

Overview

Nameoperations_partners
TypeResource
Idazure_extras.edge_order_partner.operations_partners

Fields

NameDatatypeDescription
namestringThe name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
actionTypestringEnum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
displayobjectLocalized display information for this particular operation.
isDataActionbooleanWhether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
originstringThe intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"

Methods

NameAccessible byRequired ParamsDescription
listSELECTThis method gets all the operations that are exposed for customer.

SELECT examples

This method gets all the operations that are exposed for customer.

SELECT
name,
actionType,
display,
isDataAction,
origin
FROM azure_extras.edge_order_partner.operations_partners
;