次の方法で共有


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

定義

アプリケーションまたはサービス プリンシパルの更新の一部としての資格情報定義の全体。

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

型パラメーター

ParentT

最終的な UpdateDefinitionStages.WithAttach.attach() の戻り値の型。

派生
実装

メソッド

Attach()

アプリケーションまたはサービス プリンシパルの更新の一部としての資格情報定義の全体。

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

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

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

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

(継承元 IWithDuration<ParentT>)
WithPasswordValue(String)

キーとしてパスワードを使用します。

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

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

(継承元 IWithStartDate<ParentT>)

適用対象