PurviewExtensions 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.
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.
|
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken) |
Checks if account name is available.
|
GetDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Get the default account for the scope.
|
GetDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Get the default account for the scope.
|
GetPurviewAccount(ResourceGroupResource, String, CancellationToken) |
Get an account
|
GetPurviewAccountAsync(ResourceGroupResource, String, CancellationToken) |
Get an account
|
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
|
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken) |
List accounts in Subscription
|
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
|
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get the usage quota configuration
|
RemoveDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Removes the default account from the scope.
|
RemoveDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
Removes the default account from the scope.
|
SetDefaultAccount(TenantResource, DefaultPurviewAccountPayload, CancellationToken) |
Sets the default account for the scope.
|
SetDefaultAccountAsync(TenantResource, DefaultPurviewAccountPayload, CancellationToken) |
Sets the default account for the scope.
|
SubscriptionGetFeature(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken) |
Gets details from a list of feature names.
|
SubscriptionGetFeatureAsync(SubscriptionResource, String, PurviewBatchFeatureContent, CancellationToken) |
Gets details from a list of feature names.
|
Applies to
Azure SDK for .NET