Skip to main content

ou_container_operations

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

Overview

Nameou_container_operations
TypeResource
Idazure.aad_domain_services.ou_container_operations

Fields

The following fields are returned by SELECT queries:

HTTP 200 (OK) if the operation was successful.

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe operation supported by Domain Services.
originstringThe origin of the operation.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectLists all the available OuContainer operations.

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

SELECT examples

Lists all the available OuContainer operations.

SELECT
name,
display,
origin
FROM azure.aad_domain_services.ou_container_operations
;