Skip to main content

collections

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

Overview

Namecollections
TypeResource
Idazure.purview_administration.collections

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_collectionsexecendpointList the collections in the account.
list_child_collection_namesexecendpointLists the child collections names in the collection.
get_collectionexecendpointGet a collection.
get_collection_pathexecendpointGets the parent name and parent friendly name chains that represent the collection path.

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
endpointstringThe service endpoint host (no scheme). (default: )

Lifecycle Methods

List the collections in the account.

EXEC azure.purview_administration.collections.list_collections 
@endpoint='{{ endpoint }}' --required
;