MicrosoftGraphEntityAutoGenerated Class
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.
entity
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphEntityAutoGeneratedTypeConverter))]
public class MicrosoftGraphEntityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEntityAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphEntityAutoGeneratedTypeConverter))>]
type MicrosoftGraphEntityAutoGenerated = class
interface IMicrosoftGraphEntityAutoGenerated
interface IJsonSerializable
Public Class MicrosoftGraphEntityAutoGenerated
Implements IMicrosoftGraphEntityAutoGenerated
- Inheritance
-
MicrosoftGraphEntityAutoGenerated
- Attributes
- Implements
Constructors
MicrosoftGraphEntityAutoGenerated() |
Creates an new MicrosoftGraphEntityAutoGenerated instance. |
Properties
Id |
Read-only. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphEntityAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphEntityAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphEntityAutoGenerated. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphEntityAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphEntityAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |