StringCollectionResponse Constructors

Definition

Overloads

StringCollectionResponse()
StringCollectionResponse(IDictionary<String,Object>, String, IList<String>)

StringCollectionResponse()

public StringCollectionResponse ();
Public Sub New ()

Applies to

StringCollectionResponse(IDictionary<String,Object>, String, IList<String>)

public StringCollectionResponse (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string odatanextLink = default, System.Collections.Generic.IList<string> value = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.StringCollectionResponse : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.StringCollectionResponse
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional odatanextLink As String = Nothing, Optional value As IList(Of String) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>
odatanextLink
String
value
IList<String>

Applies to