ServicePrincipalUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ServicePrincipalUpdateParameters : Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.ServicePrincipalBase
type ServicePrincipalUpdateParameters = class
inherit ServicePrincipalBase
Public Class ServicePrincipalUpdateParameters
Inherits ServicePrincipalBase
- Inheritance
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) |