Share via


BookmarkExpandParameters Class

Definition

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

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

Constructors

BookmarkExpandParameters()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BookmarkExpandParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BookmarkExpandParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to