Compartilhar via


ApplicationCreateParameters Constructors

Definition

Overloads

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

ApplicationCreateParameters()

public ApplicationCreateParameters ();
Public Sub New ()

Applies to

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

public ApplicationCreateParameters (bool availableToOtherTenants, string displayName, System.Collections.Generic.IList<string> identifierUris, string homepage = default, System.Collections.Generic.IList<string> replyUrls = default, 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.ApplicationCreateParameters : bool * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<string> * 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.ApplicationCreateParameters
Public Sub New (availableToOtherTenants As Boolean, displayName As String, identifierUris As IList(Of String), Optional homepage As String = Nothing, Optional replyUrls As IList(Of String) = Nothing, Optional keyCredentials As IList(Of KeyCredential) = Nothing, Optional passwordCredentials As IList(Of PasswordCredential) = Nothing)

Parameters

availableToOtherTenants
Boolean
displayName
String
identifierUris
IList<String>
homepage
String
replyUrls
IList<String>
keyCredentials
IList<KeyCredential>
passwordCredentials
IList<PasswordCredential>

Applies to