Body 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
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>