Partager via


Body Constructors

Definition

Overloads

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

Body()

public Body ();
Public Sub New ()

Applies to

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

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

Parameters

additionalProperties
IDictionary<String,Object>
ids
IList<String>
types
IList<String>

Applies to