Dela via


PurviewAccountClient Class

Definition

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(RequestOptions, String)

List the collections in the account.

GetCollectionsAsync(RequestOptions, String)

List the collections in the account.

GetResourceSetRuleClient()

Gets a service client for interacting with a resource set rule.

GetResourceSetRules(RequestOptions, String)

Get a resource set config service model.

GetResourceSetRulesAsync(RequestOptions, String)

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.

Applies to