次の方法で共有


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

定義

資格情報定義の最終段階。 この段階では、より多くの設定を指定することも、WithAttach.attach() を使用して、資格情報定義を親アプリケーション/サービス プリンシパル定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAuthFile<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithDuration<ParentT>, Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithStartDate<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithStartDate<'ParentT>
    interface IWithDuration<'ParentT>
    interface IWithAuthFile<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAuthFile(Of ParentT), IWithDuration(Of ParentT), IWithStartDate(Of ParentT)

型パラメーター

ParentT

WithAttach.attach() の戻り値の型。

派生
実装

メソッド

Attach()

資格情報定義の最終段階。 この段階では、より多くの設定を指定することも、WithAttach.attach() を使用して、資格情報定義を親アプリケーション/サービス プリンシパル定義にアタッチすることもできます。

(継承元 IInUpdate<ParentT>)
WithAuthFileToExport(StreamWriter)

このサービス プリンシパルの情報を認証ファイルにエクスポートします。

(継承元 IWithAuthFile<ParentT>)
WithDuration(TimeSpan)

パスワードまたはキーが有効になる期間を指定します。 既定値は 1 年です。

(継承元 IWithDuration<ParentT>)
WithStartDate(DateTime)

パスワードまたはキーが有効になる開始日を指定します。 既定値は現在の時刻です。

(継承元 IWithStartDate<ParentT>)

適用対象