Share via


CloudApplicationEntityProperties Class

Definition

CloudApplication entity property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CloudApplicationEntityPropertiesTypeConverter))]
public class CloudApplicationEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICloudApplicationEntityProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CloudApplicationEntityPropertiesTypeConverter))>]
type CloudApplicationEntityProperties = class
    interface ICloudApplicationEntityProperties
    interface IJsonSerializable
    interface IEntityCommonProperties
    interface IValidates
Public Class CloudApplicationEntityProperties
Implements ICloudApplicationEntityProperties, IValidates
Inheritance
CloudApplicationEntityProperties
Attributes
Implements

Constructors

CloudApplicationEntityProperties()

Creates an new CloudApplicationEntityProperties instance.

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

AppId

The technical identifier of the application.

AppName

The name of the related cloud application.

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.

InstanceName

The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudApplicationEntityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudApplicationEntityProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICloudApplicationEntityProperties.

FromJsonString(String)

Creates a new instance of CloudApplicationEntityProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudApplicationEntityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to