次の方法で共有


IWithAuthenticationBeta<ParentT> インターフェイス

定義

認証の種類と SQL または Active Directory 管理者のログインとパスワードを設定します。

public interface IWithAuthenticationBeta<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthenticationBeta<'ParentT> = interface
    interface IBeta
Public Interface IWithAuthenticationBeta(Of ParentT)
Implements IBeta

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

WithActiveDirectoryLoginAndPassword(String, String)

認証の種類と SQL または Active Directory 管理者のログインとパスワードを設定します。

WithSqlAdministratorLoginAndPassword(String, String)

認証の種類と SQL または Active Directory 管理者のログインとパスワードを設定します。

適用対象