你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PurviewExtensions 类

定义

用于将扩展方法添加到 Azure.ResourceManager.Purview 的类。

public static class PurviewExtensions
type PurviewExtensions = class
Public Module PurviewExtensions
继承
PurviewExtensions

方法

CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

检查帐户名称是否可用。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • 操作IdAccounts_CheckNameAvailability
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

检查帐户名称是否可用。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • 操作IdAccounts_CheckNameAvailability
GetDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

获取范围的默认帐户。

  • 请求路径/providers/Microsoft.Purview/getDefaultAccount
  • 操作IdDefaultAccounts_Get
GetDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

获取范围的默认帐户。

  • 请求路径/providers/Microsoft.Purview/getDefaultAccount
  • 操作IdDefaultAccounts_Get
GetPurviewAccount(ResourceGroupResource, String, CancellationToken)

获取帐户

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}
  • 操作IdAccounts_Get
GetPurviewAccountAsync(ResourceGroupResource, String, CancellationToken)

获取帐户

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}
  • 操作IdAccounts_Get
GetPurviewAccountResource(ArmClient, ResourceIdentifier)

获取一个对象, PurviewAccountResource 该对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String) 从其组件创建 。PurviewAccountResourceResourceIdentifier

GetPurviewAccounts(ResourceGroupResource)

获取 ResourceGroupResource 中 PurviewAccountResources 的集合。

GetPurviewAccounts(SubscriptionResource, String, CancellationToken)

列出订阅中的帐户

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • 操作IdAccounts_ListBySubscription
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken)

列出订阅中的帐户

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • 操作IdAccounts_ListBySubscription
GetPurviewPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

获取一个对象, PurviewPrivateEndpointConnectionResource 该对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 。PurviewPrivateEndpointConnectionResourceResourceIdentifier

GetPurviewPrivateLinkResource(ArmClient, ResourceIdentifier)

获取一个对象, PurviewPrivateLinkResource 该对象表示 ,以及可对它执行但不带数据的实例操作。 可以使用 CreateResourceIdentifier(String, String, String, String) 从其组件创建 。PurviewPrivateLinkResourceResourceIdentifier

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

从范围中删除默认帐户。

  • 请求路径/providers/Microsoft.Purview/removeDefaultAccount
  • 操作IdDefaultAccounts_Remove
RemoveDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

从范围中删除默认帐户。

  • 请求路径/providers/Microsoft.Purview/removeDefaultAccount
  • 操作IdDefaultAccounts_Remove
SetDefaultAccount(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

设置该范围的默认帐户。

  • 请求路径/providers/Microsoft.Purview/setDefaultAccount
  • 操作IdDefaultAccounts_Set
SetDefaultAccountAsync(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

设置该范围的默认帐户。

  • 请求路径/providers/Microsoft.Purview/setDefaultAccount
  • 操作IdDefaultAccounts_Set

适用于