Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.edge_order_partner.operations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
manage_inventory_metadataexecfamilyIdentifier, subscriptionId, location, serialNumber, inventoryMetadata
manage_linkexecfamilyIdentifier, subscriptionId, location, serialNumber, managementResourceArmId, operation, tenantId
search_inventoriesexecsubscriptionId, serialNumber, familyIdentifier

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
familyIdentifierstringUnique identifier for the product family
locationstringThe location of the resource
serialNumberstringThe serial number of the device
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

"Success"

EXEC azure_extras.edge_order_partner.operations.manage_inventory_metadata 
@familyIdentifier='{{ familyIdentifier }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@location='{{ location }}' --required,
@serialNumber='{{ serialNumber }}' --required
@@json=
'{
"inventoryMetadata": "{{ inventoryMetadata }}",
"configurationOnDevice": "{{ configurationOnDevice }}"
}'
;