MicrosoftGraphExtensionProperty 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
MicrosoftGraphExtensionProperty() | |
MicrosoftGraphExtensionProperty(IDictionary<String,Object>, String, Nullable<DateTime>, String, String, Nullable<Boolean>, String, IList<String>) |
MicrosoftGraphExtensionProperty()
public MicrosoftGraphExtensionProperty ();
Public Sub New ()
Applies to
MicrosoftGraphExtensionProperty(IDictionary<String,Object>, String, Nullable<DateTime>, String, String, Nullable<Boolean>, String, IList<String>)
public MicrosoftGraphExtensionProperty (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, DateTime? deletedDateTime = default, string appDisplayName = default, string dataType = default, bool? isSyncedFromOnPremises = default, string name = default, System.Collections.Generic.IList<string> targetObjects = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphExtensionProperty : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<DateTime> * string * string * Nullable<bool> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphExtensionProperty
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional deletedDateTime As Nullable(Of DateTime) = Nothing, Optional appDisplayName As String = Nothing, Optional dataType As String = Nothing, Optional isSyncedFromOnPremises As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional targetObjects As IList(Of String) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- appDisplayName
- String
- dataType
- String
- name
- String