Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.subscription.operations

Fields

NameDatatypeDescription
subscriptionLinkstringThe link to the new subscription. Use this link to check the status of subscription creation operation.

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationIdGet the status of the pending Microsoft.Subscription API operations.
listSELECTLists all of the available Microsoft.Subscription API operations.

SELECT examples

Lists all of the available Microsoft.Subscription API operations.

SELECT
subscriptionLink
FROM azure.subscription.operations
;