Dela via


PurviewMetadataPolicyClient Class

Definition

The PurviewMetadataPolicy service client.

public class PurviewMetadataPolicyClient
type PurviewMetadataPolicyClient = class
Public Class PurviewMetadataPolicyClient
Inheritance
PurviewMetadataPolicyClient

Constructors

PurviewMetadataPolicyClient()

Initializes a new instance of PurviewMetadataPolicyClient for mocking.

PurviewMetadataPolicyClient(Uri, String, TokenCredential, PurviewMetadataClientOptions)

Initializes a new instance of PurviewMetadataPolicyClient.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

GetMetadataPolicies(RequestOptions)

List or Get metadata policies.

GetMetadataPoliciesAsync(RequestOptions)

List or Get metadata policies.

GetMetadataPolicy(String, RequestOptions)

Gets a metadata policy.

GetMetadataPolicyAsync(String, RequestOptions)

Gets a metadata policy.

UpdateMetadataPolicy(String, RequestContent, RequestOptions)

Updates a metadata policy.

UpdateMetadataPolicyAsync(String, RequestContent, RequestOptions)

Updates a metadata policy.

Applies to