PurviewExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure.ResourceManager.Purview に拡張メソッドを追加するクラス。
public static class PurviewExtensions
type PurviewExtensions = class
Public Module PurviewExtensions
- 継承
-
PurviewExtensions
メソッド
CheckPurviewAccountNameAvailability(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken) |
アカウント名が使用可能かどうかを確認します。
|
CheckPurviewAccountNameAvailabilityAsync(SubscriptionResource, PurviewAccountNameAvailabilityContent, CancellationToken) |
アカウント名が使用可能かどうかを確認します。
|
GetDefaultAccount(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
スコープの既定のアカウントを取得します。
|
GetDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
スコープの既定のアカウントを取得します。
|
GetPurviewAccount(ResourceGroupResource, String, CancellationToken) |
アカウントを取得する
|
GetPurviewAccountAsync(ResourceGroupResource, String, CancellationToken) |
アカウントを取得する
|
GetPurviewAccountResource(ArmClient, ResourceIdentifier) |
に対して実行できるがデータを含まないインスタンス操作と共に を PurviewAccountResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を PurviewAccountResourceResourceIdentifier 作成できます。 |
GetPurviewAccounts(ResourceGroupResource) |
ResourceGroupResource 内の PurviewAccountResources のコレクションを取得します。 |
GetPurviewAccounts(SubscriptionResource, String, CancellationToken) |
サブスクリプションのアカウントを一覧表示する
|
GetPurviewAccountsAsync(SubscriptionResource, String, CancellationToken) |
サブスクリプションのアカウントを一覧表示する
|
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) |
スコープから既定のアカウントを削除します。
|
RemoveDefaultAccountAsync(TenantResource, Guid, PurviewAccountScopeType, String, CancellationToken) |
スコープから既定のアカウントを削除します。
|
SetDefaultAccount(TenantResource, DefaultPurviewAccountPayload, CancellationToken) |
スコープの既定のアカウントを設定します。
|
SetDefaultAccountAsync(TenantResource, DefaultPurviewAccountPayload, CancellationToken) |
スコープの既定のアカウントを設定します。
|