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