BookmarkExpandContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters required to execute an expand operation on the given bookmark.
public class BookmarkExpandContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.BookmarkExpandContent>
type BookmarkExpandContent = class
interface IJsonModel<BookmarkExpandContent>
interface IPersistableModel<BookmarkExpandContent>
Public Class BookmarkExpandContent
Implements IJsonModel(Of BookmarkExpandContent), IPersistableModel(Of BookmarkExpandContent)
- Inheritance
-
BookmarkExpandContent
- Implements
Constructors
BookmarkExpandContent() |
Initializes a new instance of BookmarkExpandContent. |
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<BookmarkExpandContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BookmarkExpandContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BookmarkExpandContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BookmarkExpandContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BookmarkExpandContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET