BookmarkExpandResponseValue Class

Definition

The expansion result values.

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

Properties

Edges

Array of expansion result connected entities.

Entities

Array of the expansion result entities. Please note SecurityInsightsEntity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecurityInsightsAccountEntity, SecurityInsightsAzureResourceEntity, SecurityInsightsHuntingBookmark, SecurityInsightsCloudApplicationEntity, SecurityInsightsDnsEntity, SecurityInsightsFileEntity, SecurityInsightsFileHashEntity, SecurityInsightsHostEntity, SecurityInsightsIotDeviceEntity, SecurityInsightsIPEntity, SecurityInsightsMailboxEntity, SecurityInsightsMailClusterEntity, SecurityInsightsMailMessageEntity, SecurityInsightsMalwareEntity, NicEntity, SecurityInsightsProcessEntity, SecurityInsightsRegistryKeyEntity, SecurityInsightsRegistryValueEntity, SecurityInsightsAlert, SecurityInsightsGroupEntity, SecurityInsightsSubmissionMailEntity and SecurityInsightsUriEntity.

Explicit Interface Implementations

IJsonModel<BookmarkExpandResponseValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BookmarkExpandResponseValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BookmarkExpandResponseValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BookmarkExpandResponseValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BookmarkExpandResponseValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to