共用方式為


PurviewExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Purview.

public static class PurviewExtensions
type PurviewExtensions = class
Public Module PurviewExtensions
Inheritance
PurviewExtensions

Methods

CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Checks if account name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • Operation Id: Accounts_CheckNameAvailability
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewAccountResource
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Checks if account name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • Operation Id: Accounts_CheckNameAvailability
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewAccountResource
GetDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Get the default account for the scope.

  • Request Path: /providers/Microsoft.Purview/getDefaultAccount
  • Operation Id: DefaultAccounts_Get
  • Default Api Version: 2023-05-01-preview
GetDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Get the default account for the scope.

  • Request Path: /providers/Microsoft.Purview/getDefaultAccount
  • Operation Id: DefaultAccounts_Get
  • Default Api Version: 2023-05-01-preview
GetPurviewAccount(ResourceGroupResource, String, CancellationToken)

Get an account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}
  • Operation Id: Accounts_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewAccountResource
GetPurviewAccountAsync(ResourceGroupResource, String, CancellationToken)

Get an account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}
  • Operation Id: Accounts_Get
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewAccountResource
GetPurviewAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a PurviewAccountResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPurviewAccountResource(ResourceIdentifier) instead.

GetPurviewAccounts(ResourceGroupResource)

Gets a collection of PurviewAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetPurviewAccounts() instead.

GetPurviewAccounts(SubscriptionResource, String, CancellationToken)

List accounts in Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewAccountResource
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken)

List accounts in Subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewAccountResource
GetPurviewKafkaConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewKafkaConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a PurviewKafkaConfigurationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPurviewKafkaConfigurationResource(ResourceIdentifier) instead.

GetPurviewPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a PurviewPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPurviewPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetPurviewPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a PurviewPrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetPurviewPrivateLinkResource(ResourceIdentifier) instead.

GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the usage quota configuration

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/locations/{location}/usages
  • Operation Id: Usages_Get
  • Default Api Version: 2023-05-01-preview
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the usage quota configuration

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/locations/{location}/usages
  • Operation Id: Usages_Get
  • Default Api Version: 2023-05-01-preview
RemoveDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Removes the default account from the scope.

  • Request Path: /providers/Microsoft.Purview/removeDefaultAccount
  • Operation Id: DefaultAccounts_Remove
  • Default Api Version: 2023-05-01-preview
RemoveDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Removes the default account from the scope.

  • Request Path: /providers/Microsoft.Purview/removeDefaultAccount
  • Operation Id: DefaultAccounts_Remove
  • Default Api Version: 2023-05-01-preview
SetDefaultAccount(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

Sets the default account for the scope.

  • Request Path: /providers/Microsoft.Purview/setDefaultAccount
  • Operation Id: DefaultAccounts_Set
  • Default Api Version: 2023-05-01-preview
SetDefaultAccountAsync(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

Sets the default account for the scope.

  • Request Path: /providers/Microsoft.Purview/setDefaultAccount
  • Operation Id: DefaultAccounts_Set
  • Default Api Version: 2023-05-01-preview
SubscriptionGetFeature(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken)

Gets details from a list of feature names.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/locations/{locations}/listFeatures
  • Operation Id: Features_SubscriptionGet
  • Default Api Version: 2023-05-01-preview
SubscriptionGetFeatureAsync(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken)

Gets details from a list of feature names.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/locations/{locations}/listFeatures
  • Operation Id: Features_SubscriptionGet
  • Default Api Version: 2023-05-01-preview

Applies to