Application 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
Application() | |
Application(String, String, String, IList<String>, Nullable<Boolean>, String, IList<String>, IList<String>, String) |
Application()
public Application ();
Public Sub New ()
Applies to
Application(String, String, String, IList<String>, Nullable<Boolean>, String, IList<String>, IList<String>, String)
public Application (string objectId = default, string objectType = default, string appId = default, System.Collections.Generic.IList<string> appPermissions = default, bool? availableToOtherTenants = default, string displayName = default, System.Collections.Generic.IList<string> identifierUris = default, System.Collections.Generic.IList<string> replyUrls = default, string homepage = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.Application : string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.Application
Public Sub New (Optional objectId As String = Nothing, Optional objectType As String = Nothing, Optional appId As String = Nothing, Optional appPermissions As IList(Of String) = Nothing, Optional availableToOtherTenants As Nullable(Of Boolean) = Nothing, Optional displayName As String = Nothing, Optional identifierUris As IList(Of String) = Nothing, Optional replyUrls As IList(Of String) = Nothing, Optional homepage As String = Nothing)
Parameters
- objectId
- String
- objectType
- String
- appId
- String
- displayName
- String
- homepage
- String