次の方法で共有


SynapseAadOnlyAuthenticationCollection クラス

定義

のコレクション SynapseAadOnlyAuthenticationResource とその操作を表すクラス。 コレクション内の各 SynapseAadOnlyAuthenticationResource は、 の同じインスタンス SynapseWorkspaceResourceに属します。 インスタンスを SynapseAadOnlyAuthenticationCollection 取得するには、 のインスタンス SynapseWorkspaceResourceから GetSynapseAadOnlyAuthentications メソッドを呼び出します。

public class SynapseAadOnlyAuthenticationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Synapse.SynapseAadOnlyAuthenticationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Synapse.SynapseAadOnlyAuthenticationResource>
type SynapseAadOnlyAuthenticationCollection = class
    inherit ArmCollection
    interface seq<SynapseAadOnlyAuthenticationResource>
    interface IEnumerable
    interface IAsyncEnumerable<SynapseAadOnlyAuthenticationResource>
Public Class SynapseAadOnlyAuthenticationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SynapseAadOnlyAuthenticationResource), IEnumerable(Of SynapseAadOnlyAuthenticationResource)
継承
SynapseAadOnlyAuthenticationCollection
実装

コンストラクター

SynapseAadOnlyAuthenticationCollection()

モック作成のために クラスの SynapseAadOnlyAuthenticationCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, SynapseAadOnlyAuthenticationName, SynapseAadOnlyAuthenticationData, CancellationToken)

ワークスペースの Azure Active Directory のみの認証プロパティを作成または更新する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}
  • 操作IdAzureADOnlyAuthentications_Create
CreateOrUpdateAsync(WaitUntil, SynapseAadOnlyAuthenticationName, SynapseAadOnlyAuthenticationData, CancellationToken)

ワークスペースの Azure Active Directory のみの認証プロパティを作成または更新する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}
  • 操作IdAzureADOnlyAuthentications_Create
Exists(SynapseAadOnlyAuthenticationName, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}
  • 操作IdAzureADOnlyAuthentications_Get
ExistsAsync(SynapseAadOnlyAuthenticationName, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}
  • 操作IdAzureADOnlyAuthentications_Get
Get(SynapseAadOnlyAuthenticationName, CancellationToken)

Azure Active Directory のみの認証プロパティを取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}
  • 操作IdAzureADOnlyAuthentications_Get
GetAll(CancellationToken)

ワークスペースの Azure Active Directory のみの認証プロパティの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications
  • 操作IdAzureADOnlyAuthentications_List
GetAllAsync(CancellationToken)

ワークスペースの Azure Active Directory のみの認証プロパティの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications
  • 操作IdAzureADOnlyAuthentications_List
GetAsync(SynapseAadOnlyAuthenticationName, CancellationToken)

Azure Active Directory のみの認証プロパティを取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/azureADOnlyAuthentications/{azureADOnlyAuthenticationName}
  • 操作IdAzureADOnlyAuthentications_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<SynapseAadOnlyAuthenticationResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<SynapseAadOnlyAuthenticationResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象