共用方式為


DevTestLabExportResourceUsageContent Class

Definition

The parameters of the export operation.

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

Constructors

DevTestLabExportResourceUsageContent()

Initializes a new instance of DevTestLabExportResourceUsageContent.

Properties

BlobStorageAbsoluteSasUri

The blob storage absolute sas uri with write permission to the container which the usage data needs to be uploaded to.

UsageStartOn

The start time of the usage. If not provided, usage will be reported since the beginning of data collection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabExportResourceUsageContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabExportResourceUsageContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabExportResourceUsageContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabExportResourceUsageContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabExportResourceUsageContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to