Share via


EntityExpandParameters Class

Definition

The parameters required to execute an expand operation on the given entity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityExpandParametersTypeConverter))]
public class EntityExpandParameters : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityExpandParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityExpandParametersTypeConverter))>]
type EntityExpandParameters = class
    interface IEntityExpandParameters
    interface IJsonSerializable
Public Class EntityExpandParameters
Implements IEntityExpandParameters
Inheritance
EntityExpandParameters
Attributes
Implements

Constructors

EntityExpandParameters()

Creates an new EntityExpandParameters instance.

Properties

EndTime

The end date filter, so the only expansion results returned are before this date.

ExpansionId

The Id of the expansion to perform.

StartTime

The start date filter, so the only expansion results returned are after this date.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityExpandParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityExpandParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityExpandParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to