MicrosoftgraphidentityProviderBaseCollectionResponse 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
MicrosoftgraphidentityProviderBaseCollectionResponse() | |
MicrosoftgraphidentityProviderBaseCollectionResponse(IDictionary<String,Object>, String, IList<MicrosoftgraphidentityProviderBase>) |
MicrosoftgraphidentityProviderBaseCollectionResponse()
public MicrosoftgraphidentityProviderBaseCollectionResponse ();
Public Sub New ()
Applies to
MicrosoftgraphidentityProviderBaseCollectionResponse(IDictionary<String,Object>, String, IList<MicrosoftgraphidentityProviderBase>)
public MicrosoftgraphidentityProviderBaseCollectionResponse (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string odatanextLink = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphidentityProviderBase> value = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphidentityProviderBaseCollectionResponse : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphidentityProviderBase> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphidentityProviderBaseCollectionResponse
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional odatanextLink As String = Nothing, Optional value As IList(Of MicrosoftgraphidentityProviderBase) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- odatanextLink
- String