HDInsightBillingSpecsListResult Class

Definition

The response for the operation to get regional billingSpecs for a subscription.

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

Properties

BillingResources

The billing and managed disk billing resources for a region.

VmSizeFilters

The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set.

VmSizeProperties

The vm size properties.

VmSizes

The virtual machine sizes to include or exclude.

VmSizesWithEncryptionAtHost

The vm sizes which enable encryption at host.

Explicit Interface Implementations

IJsonModel<HDInsightBillingSpecsListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightBillingSpecsListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightBillingSpecsListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightBillingSpecsListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightBillingSpecsListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to