次の方法で共有


SqlServerAzureADOnlyAuthenticationCollection クラス

定義

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

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

コンストラクター

SqlServerAzureADOnlyAuthenticationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, AuthenticationName, SqlServerAzureADOnlyAuthenticationData, CancellationToken)

サーバー Active Directory のみの認証プロパティを設定するか、既存のサーバーの Active Directory のみの認証プロパティを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, AuthenticationName, SqlServerAzureADOnlyAuthenticationData, CancellationToken)

サーバー Active Directory のみの認証プロパティを設定するか、既存のサーバーの Active Directory のみの認証プロパティを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_CreateOrUpdate
Exists(AuthenticationName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
ExistsAsync(AuthenticationName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
Get(AuthenticationName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
GetAll(CancellationToken)

サーバー Azure Active Directory のみの認証の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications
  • 操作IdServerAzureADOnlyAuthentications_ListByServer
GetAllAsync(CancellationToken)

サーバー Azure Active Directory のみの認証の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications
  • 操作IdServerAzureADOnlyAuthentications_ListByServer
GetAsync(AuthenticationName, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
GetIfExists(AuthenticationName, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
GetIfExistsAsync(AuthenticationName, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/azureADOnlyAuthentications/{authenticationName}
  • 操作IdServerAzureADOnlyAuthentications_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SqlServerAzureADOnlyAuthenticationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SqlServerAzureADOnlyAuthenticationResource>.GetEnumerator()

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

適用対象