Share via


ProviderSkuDescription Class

Definition

Information about a specific sku.

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

Properties

AutoAdd

Flag to indicate whether the sku should be automatically added during workspace creation.

Description

Description about this sku.

Id

Unique sku id.

Name

Display name of this sku.

PricingDetails

The list of pricing details for the sku.

QuotaDimensions

The list of quota dimensions for this sku.

RestrictedAccessUri

Uri to subscribe to the restricted access sku.

Targets

The list of targets available for this sku.

Version

Display name of this sku.

Explicit Interface Implementations

IJsonModel<ProviderSkuDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ProviderSkuDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProviderSkuDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProviderSkuDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ProviderSkuDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to