ado_oauths
Creates, updates, deletes, gets or lists an ado_oauths
resource.
Overview
Name | ado_oauths |
Type | Resource |
Id | azure_extras.developer_hub.ado_oauths |
Fields
The following fields are returned by SELECT
queries:
- get
- list
Name | Datatype | Description |
---|---|---|
properties | object | Details of ADO OAuth. |
Name | Datatype | Description |
---|---|---|
properties | object | Details of ADO OAuth. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | subscriptionId , location | ||
list | select | subscriptionId , location |
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.
Name | Datatype | Description |
---|---|---|
location | string | The name of the Azure region. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
SELECT
examples
- get
- list
OK
SELECT
properties
FROM azure_extras.developer_hub.ado_oauths
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND location = '{{ location }}' -- required
;
OK
SELECT
properties
FROM azure_extras.developer_hub.ado_oauths
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND location = '{{ location }}' -- required
;