次の方法で共有


Application Constructors

Definition

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
appPermissions
IList<String>
availableToOtherTenants
Nullable<Boolean>
displayName
String
identifierUris
IList<String>
replyUrls
IList<String>
homepage
String

Applies to