IWithAuthenticationAfterElasticPool<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証の種類と SQL または Active Directory 管理者のログインとパスワードを設定します。
public interface IWithAuthenticationAfterElasticPool<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAuthenticationAfterElasticPoolBeta<ParentT>
type IWithAuthenticationAfterElasticPool<'ParentT> = interface
interface IWithAuthenticationAfterElasticPoolBeta<'ParentT>
interface IBeta
Public Interface IWithAuthenticationAfterElasticPool(Of ParentT)
Implements IBeta, IWithAuthenticationAfterElasticPoolBeta(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親定義のステージ。
- 実装
メソッド
WithActiveDirectoryLoginAndPassword(String, String) |
認証の種類と SQL または Active Directory 管理者のログインとパスワードを設定します。 (継承元 IWithAuthenticationAfterElasticPoolBeta<ParentT>) |
WithSqlAdministratorLoginAndPassword(String, String) |
認証の種類と SQL または Active Directory 管理者のログインとパスワードを設定します。 (継承元 IWithAuthenticationAfterElasticPoolBeta<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET