EntityCommonProperties 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 common property bag.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityCommonPropertiesTypeConverter))]
public class EntityCommonProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityCommonPropertiesTypeConverter))>]
type EntityCommonProperties = class
interface IEntityCommonProperties
interface IJsonSerializable
Public Class EntityCommonProperties
Implements IEntityCommonProperties
- Inheritance
-
EntityCommonProperties
- Attributes
- Implements
Constructors
EntityCommonProperties() |
Creates an new EntityCommonProperties instance. |
Properties
AdditionalData |
A bag of custom fields that should be part of the entity and will be presented to the user. |
FriendlyName |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EntityCommonProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EntityCommonProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties. |
FromJsonString(String) |
Creates a new instance of EntityCommonProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EntityCommonProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |