你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationCreateParameters Constructors
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.
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
- homepage
- String
- keyCredentials
- IList<KeyCredential>
- passwordCredentials
- IList<PasswordCredential>