次の方法で共有


PurviewExtensions クラス

定義

Azure.ResourceManager.Purview に拡張メソッドを追加するクラス。

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

メソッド

CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

アカウント名が使用可能かどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • 操作IdAccounts_CheckNameAvailability
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken)

アカウント名が使用可能かどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Purview/checkNameAvailability
  • 操作IdAccounts_CheckNameAvailability
GetDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

スコープの既定のアカウントを取得します。

  • 要求パス/プロバイダー/Microsoft.Purview/getDefaultAccount
  • 操作IdDefaultAccounts_Get
GetDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

スコープの既定のアカウントを取得します。

  • 要求パス/プロバイダー/Microsoft.Purview/getDefaultAccount
  • 操作IdDefaultAccounts_Get
GetPurviewAccount(ResourceGroupResource, String, CancellationToken)

アカウントを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}
  • 操作IdAccounts_Get
GetPurviewAccountAsync(ResourceGroupResource, String, CancellationToken)

アカウントを取得する

  • 要求パス/サブスクリプション/{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)

サブスクリプションのアカウントを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Purview/accounts
  • 操作IdAccounts_ListBySubscription
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken)

サブスクリプションのアカウントを一覧表示する

  • 要求パス/サブスクリプション/{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)

スコープから既定のアカウントを削除します。

  • 要求パス/プロバイダー/Microsoft.Purview/removeDefaultAccount
  • 操作IdDefaultAccounts_Remove
RemoveDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken)

スコープから既定のアカウントを削除します。

  • 要求パス/プロバイダー/Microsoft.Purview/removeDefaultAccount
  • 操作IdDefaultAccounts_Remove
SetDefaultAccount(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

スコープの既定のアカウントを設定します。

  • 要求パス/プロバイダー/Microsoft.Purview/setDefaultAccount
  • 操作IdDefaultAccounts_Set
SetDefaultAccountAsync(TenantResource, DefaultPurviewAccountPayload, CancellationToken)

スコープの既定のアカウントを設定します。

  • 要求パス/プロバイダー/Microsoft.Purview/setDefaultAccount
  • 操作IdDefaultAccounts_Set

適用対象