Skip to main content

ou_container_operations

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

Overview

Nameou_container_operations
TypeResource
Idazure.aad_domain_services.ou_container_operations

Fields

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

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the available OuContainer operations.

SELECT examples

Lists all the available OuContainer operations.

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