Partilhar via


ServicePrincipalCreateParameters Constructors

Definition

Overloads

ServicePrincipalCreateParameters()
ServicePrincipalCreateParameters(String, Boolean, IList<KeyCredential>, IList<PasswordCredential>)

ServicePrincipalCreateParameters()

public ServicePrincipalCreateParameters ();
Public Sub New ()

Applies to

ServicePrincipalCreateParameters(String, Boolean, IList<KeyCredential>, IList<PasswordCredential>)

public ServicePrincipalCreateParameters (string appId, bool accountEnabled, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.KeyCredential> keyCredentials = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential> passwordCredentials = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipalCreateParameters : string * bool * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.KeyCredential> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential> -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.ServicePrincipalCreateParameters
Public Sub New (appId As String, accountEnabled As Boolean, Optional keyCredentials As IList(Of KeyCredential) = Nothing, Optional passwordCredentials As IList(Of PasswordCredential) = Nothing)

Parameters

appId
String
accountEnabled
Boolean
keyCredentials
IList<KeyCredential>
passwordCredentials
IList<PasswordCredential>

Applies to