你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IServicePrincipal 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure AD 服务主体的不可变客户端表示形式。
public interface IServicePrincipal : Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryObject, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Update.IUpdate>
type IServicePrincipal = interface
interface IBeta
interface IActiveDirectoryObject
interface IIndexable
interface IHasId
interface IHasName
interface IHasManager<GraphRbacManager>
interface IHasInner<ServicePrincipalInner>
interface IUpdatable<IUpdate>
Public Interface IServicePrincipal
Implements IActiveDirectoryObject, IBeta, IHasId, IHasInner(Of ServicePrincipalInner), IHasManager(Of GraphRbacManager), IHasName, IIndexable, IUpdatable(Of IUpdate)
- 派生
- 实现
属性
ApplicationId |
获取应用 ID。 |
CertificateCredentials |
从其 ID 获取证书凭据的映射。 |
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
Azure AD 服务主体的不可变客户端表示形式。 (继承自 IHasInner<T>) |
Key |
Azure AD 服务主体的不可变客户端表示形式。 (继承自 IIndexable) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
Name |
获取资源的名称 (继承自 IHasName) |
PasswordCredentials |
从其 ID 获取密码凭据的映射。 |
RoleAssignments |
获取从范围到角色分配的映射。 |
ServicePrincipalNames |
获取名称列表。 |
方法
Update() |
Azure AD 服务主体的不可变客户端表示形式。 (继承自 IUpdatable<T>) |