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

ServicePrincipalUpdateParameters Class

Definition

public class ServicePrincipalUpdateParameters : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.ServicePrincipalBase
type ServicePrincipalUpdateParameters = class
    inherit ServicePrincipalBase
Public Class ServicePrincipalUpdateParameters
Inherits ServicePrincipalBase
Inheritance
ServicePrincipalUpdateParameters

Constructors

ServicePrincipalUpdateParameters()
ServicePrincipalUpdateParameters(String, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>)

Properties

AccountEnabled (Inherited from ServicePrincipalBase)
AppRoleAssignmentRequired (Inherited from ServicePrincipalBase)
KeyCredentials (Inherited from ServicePrincipalBase)
PasswordCredentials (Inherited from ServicePrincipalBase)
ServicePrincipalType (Inherited from ServicePrincipalBase)
Tags (Inherited from ServicePrincipalBase)

Applies to