operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.subscription.operations |
Fields
Name | Datatype | Description |
---|---|---|
subscriptionLink | string | The link to the new subscription. Use this link to check the status of subscription creation operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId | Get the status of the pending Microsoft.Subscription API operations. |
list | SELECT |
| Lists 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
;