Dela via


PriceSheetResult Class

Definition

An pricesheet resource.

public class PriceSheetResult : Azure.ResourceManager.Models.ResourceData
public class PriceSheetResult : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Consumption.Models.PriceSheetResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Consumption.Models.PriceSheetResult>
type PriceSheetResult = class
    inherit ResourceData
type PriceSheetResult = class
    inherit ResourceData
    interface IJsonModel<PriceSheetResult>
    interface IPersistableModel<PriceSheetResult>
Public Class PriceSheetResult
Inherits ResourceData
Public Class PriceSheetResult
Inherits ResourceData
Implements IJsonModel(Of PriceSheetResult), IPersistableModel(Of PriceSheetResult)
Inheritance
PriceSheetResult
Implements

Properties

Download

Pricesheet download details.

ETag

The etag for the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NextLink

The link (url) to the next page of results.

Pricesheets

Price sheet.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<PriceSheetResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PriceSheetResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PriceSheetResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PriceSheetResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PriceSheetResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to