Share via


AzureResourceEntityProperties Class

Definition

AzureResource entity property bag.

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

Constructors

AzureResourceEntityProperties()

Creates an new AzureResourceEntityProperties 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.

ResourceId

The azure resource id of the resource

SubscriptionId

The subscription id of the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureResourceEntityProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureResourceEntityProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureResourceEntityProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to