Sdílet prostřednictvím


ResourcesHistoryContent Class

Definition

Describes a history request to be executed.

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

Constructors

ResourcesHistoryContent()

Initializes a new instance of ResourcesHistoryContent.

Properties

ManagementGroups

Azure management groups against which to execute the query. Example: [ 'mg1', 'mg2' ].

Options

The history request evaluation options.

Query

The resources query.

Subscriptions

Azure subscriptions against which to execute the query.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourcesHistoryContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourcesHistoryContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourcesHistoryContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourcesHistoryContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourcesHistoryContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to