DataPolicyManifests interface

Interface representing a DataPolicyManifests.

Methods

getByPolicyMode(string, DataPolicyManifestsGetByPolicyModeOptionalParams)

This operation retrieves the data policy manifest with the given policy mode.

list(DataPolicyManifestsListOptionalParams)

This operation retrieves a list of all the data policy manifests that match the optional given $filter. Valid values for $filter are: "$filter=namespace eq '{0}'". If $filter is not provided, the unfiltered list includes all data policy manifests for data resource types. If $filter=namespace is provided, the returned list only includes all data policy manifests that have a namespace matching the provided value.

Method Details

getByPolicyMode(string, DataPolicyManifestsGetByPolicyModeOptionalParams)

This operation retrieves the data policy manifest with the given policy mode.

function getByPolicyMode(policyMode: string, options?: DataPolicyManifestsGetByPolicyModeOptionalParams): Promise<DataPolicyManifest>

Parameters

policyMode

string

The policy mode of the data policy manifest to get.

options
DataPolicyManifestsGetByPolicyModeOptionalParams

The options parameters.

Returns

list(DataPolicyManifestsListOptionalParams)

This operation retrieves a list of all the data policy manifests that match the optional given $filter. Valid values for $filter are: "$filter=namespace eq '{0}'". If $filter is not provided, the unfiltered list includes all data policy manifests for data resource types. If $filter=namespace is provided, the returned list only includes all data policy manifests that have a namespace matching the provided value.

function list(options?: DataPolicyManifestsListOptionalParams): PagedAsyncIterableIterator<DataPolicyManifest, DataPolicyManifest[], PageSettings>

Parameters

options
DataPolicyManifestsListOptionalParams

The options parameters.

Returns