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

Name Description
CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Checks if account name is available. <item> Mocking. To mock this method, please mock CheckPurviewAccountNameAvailability(PurviewAccountNameAvailabilityContent, CancellationToken) instead. </item>

CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

Checks if account name is available. <item> Mocking. To mock this method, please mock CheckPurviewAccountNameAvailabilityAsync(PurviewAccountNameAvailabilityContent, CancellationToken) instead. </item>

GetDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Get the default account for the scope. <item> Mocking. To mock this method, please mock GetDefaultAccount(Guid, PurviewAccountScopeType, String, CancellationToken) instead. </item>

GetDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Get the default account for the scope. <item> Mocking. To mock this method, please mock GetDefaultAccountAsync(Guid, PurviewAccountScopeType, String, CancellationToken) instead. </item>

GetPurviewAccount(ResourceGroupResource, String, CancellationToken)

Get an account <item> Mocking. To mock this method, please mock GetPurviewAccount(String, CancellationToken) instead. </item>

GetPurviewAccountAsync(ResourceGroupResource, String, CancellationToken)

Get an account <item> Mocking. To mock this method, please mock GetPurviewAccountAsync(String, CancellationToken) instead. </item>

GetPurviewAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewAccountResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPurviewAccountResource(ResourceIdentifier) instead. </item>

GetPurviewAccounts(ResourceGroupResource)

Gets a collection of PurviewAccounts in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetPurviewAccounts() instead. </item>

GetPurviewAccounts(SubscriptionResource, String, CancellationToken)

List accounts in Subscription <item> Mocking. To mock this method, please mock GetPurviewAccounts(String, CancellationToken) instead. </item>

GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken)

List accounts in Subscription <item> Mocking. To mock this method, please mock GetPurviewAccountsAsync(String, CancellationToken) instead. </item>

GetPurviewKafkaConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewKafkaConfigurationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPurviewKafkaConfigurationResource(ResourceIdentifier) instead. </item>

GetPurviewPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPurviewPrivateEndpointConnectionResource(ResourceIdentifier) instead. </item>

GetPurviewPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a PurviewPrivateLinkResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetPurviewPrivateLinkResource(ResourceIdentifier) instead. </item>

GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the usage quota configuration <item> Mocking. To mock this method, please mock GetUsages(AzureLocation, String, CancellationToken) instead. </item>

GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the usage quota configuration <item> Mocking. To mock this method, please mock GetUsagesAsync(AzureLocation, String, CancellationToken) instead. </item>

RemoveDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Removes the default account from the scope. <item> Mocking. To mock this method, please mock RemoveDefaultAccount(Guid, PurviewAccountScopeType, String, CancellationToken) instead. </item>

RemoveDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

Removes the default account from the scope. <item> Mocking. To mock this method, please mock RemoveDefaultAccountAsync(Guid, PurviewAccountScopeType, String, CancellationToken) instead. </item>

SetDefaultAccount(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

Sets the default account for the scope. <item> Mocking. To mock this method, please mock SetDefaultAccount(DefaultPurviewAccountPayload, CancellationToken) instead. </item>

SetDefaultAccountAsync(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

Sets the default account for the scope. <item> Mocking. To mock this method, please mock SetDefaultAccountAsync(DefaultPurviewAccountPayload, CancellationToken) instead. </item>

SubscriptionGetFeature(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken)

Gets details from a list of feature names. <item> Mocking. To mock this method, please mock SubscriptionGetFeature(String, PurviewBatchFeatureContent, CancellationToken) instead. </item>

SubscriptionGetFeatureAsync(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken)

Gets details from a list of feature names. <item> Mocking. To mock this method, please mock SubscriptionGetFeatureAsync(String, PurviewBatchFeatureContent, CancellationToken) instead. </item>

Applies to