PurviewAccountClient 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 PurviewAccount service client.
public class PurviewAccountClient
type PurviewAccountClient = class
Public Class PurviewAccountClient
- Inheritance
-
PurviewAccountClient
Constructors
PurviewAccountClient() |
Initializes a new instance of PurviewAccountClient for mocking. |
PurviewAccountClient(Uri, TokenCredential, PurviewAccountClientOptions) |
Initializes a new instance of PurviewAccountClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
GetAccessKeys(RequestOptions) |
List the authorization keys associated with this account. |
GetAccessKeysAsync(RequestOptions) |
List the authorization keys associated with this account. |
GetAccountProperties(RequestOptions) |
Get an account. |
GetAccountPropertiesAsync(RequestOptions) |
Get an account. |
GetCollectionClient(String) |
Gets a service client for interacting with a collection. |
GetCollections(String, RequestOptions) |
List the collections in the account. |
GetCollectionsAsync(String, RequestOptions) |
List the collections in the account. |
GetResourceSetRuleClient() |
Gets a service client for interacting with a resource set rule. |
GetResourceSetRules(String, RequestOptions) |
Get a resource set config service model. |
GetResourceSetRulesAsync(String, RequestOptions) |
Get a resource set config service model. |
RegenerateAccessKey(RequestContent, RequestOptions) |
Regenerate the authorization keys associated with this data catalog. |
RegenerateAccessKeyAsync(RequestContent, RequestOptions) |
Regenerate the authorization keys associated with this data catalog. |
UpdateAccountProperties(RequestContent, RequestOptions) |
Updates an account. |
UpdateAccountPropertiesAsync(RequestContent, RequestOptions) |
Updates an account. |