次の方法で共有


ICredential インターフェイス

定義

Azure AD 資格情報の不変のクライアント側表現。

public interface ICredential : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type ICredential = interface
    interface IBeta
    interface IIndexable
    interface IHasId
    interface IHasName
Public Interface ICredential
Implements IBeta, IHasId, IHasName, IIndexable
派生
実装

プロパティ

EndDate

終了日を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Key

Azure AD 資格情報の不変のクライアント側表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
StartDate

開始日を取得します。

Value

キー値を取得します。

適用対象