MicrosoftGraphApplicationTemplate 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
MicrosoftGraphApplicationTemplate() | |
MicrosoftGraphApplicationTemplate(IDictionary<String,Object>, String, IList<String>, String, String, String, String, String, IList<String>, IList<String>) |
MicrosoftGraphApplicationTemplate()
public MicrosoftGraphApplicationTemplate ();
Public Sub New ()
Applies to
MicrosoftGraphApplicationTemplate(IDictionary<String,Object>, String, IList<String>, String, String, String, String, String, IList<String>, IList<String>)
public MicrosoftGraphApplicationTemplate (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, System.Collections.Generic.IList<string> categories = default, string description = default, string displayName = default, string homePageUrl = default, string logoUrl = default, string publisher = default, System.Collections.Generic.IList<string> supportedProvisioningTypes = default, System.Collections.Generic.IList<string> supportedSingleSignOnModes = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphApplicationTemplate : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<string> * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphApplicationTemplate
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional categories As IList(Of String) = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional homePageUrl As String = Nothing, Optional logoUrl As String = Nothing, Optional publisher As String = Nothing, Optional supportedProvisioningTypes As IList(Of String) = Nothing, Optional supportedSingleSignOnModes As IList(Of String) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- description
- String
- displayName
- String
- homePageUrl
- String
- logoUrl
- String
- publisher
- String