EntityExpandContent Class

Definition

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

public class EntityExpandContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.EntityExpandContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.EntityExpandContent>
type EntityExpandContent = class
    interface IJsonModel<EntityExpandContent>
    interface IPersistableModel<EntityExpandContent>
Public Class EntityExpandContent
Implements IJsonModel(Of EntityExpandContent), IPersistableModel(Of EntityExpandContent)
Inheritance
EntityExpandContent
Implements

Constructors

EntityExpandContent()

Initializes a new instance of EntityExpandContent.

Properties

EndOn

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

ExpansionId

The Id of the expansion to perform.

StartOn

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

Explicit Interface Implementations

IJsonModel<EntityExpandContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EntityExpandContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityExpandContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityExpandContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EntityExpandContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to