PurviewMetadataPolicyClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PurviewMetadataPolicy service client.
public class PurviewMetadataPolicyClient
type PurviewMetadataPolicyClient = class
Public Class PurviewMetadataPolicyClient
- Inheritance
-
PurviewMetadataPolicyClient
Constructors
| Name | Description |
|---|---|
| PurviewMetadataPolicyClient() |
Initializes a new instance of PurviewMetadataPolicyClient for mocking. |
| PurviewMetadataPolicyClient(Uri, String, TokenCredential, PurviewMetadataClientOptions) |
Initializes a new instance of PurviewMetadataPolicyClient. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| 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. |