你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

获取键值。

适用于