Sdílet prostřednictvím


DevCenterSkuDetails Class

Definition

The resource model definition representing SKU for DevCenter resources.

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

Constructors

DevCenterSkuDetails(String)

Initializes a new instance of DevCenterSkuDetails.

Properties

Capabilities

Collection of name/value pairs to describe the SKU capabilities.

Capacity

If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.

(Inherited from DevCenterSku)
Family

If the service has different generations of hardware, for the same SKU, then that can be captured here.

(Inherited from DevCenterSku)
Locations

SKU supported locations.

Name

The name of the SKU. Ex - P3. It is typically a letter+number code.

(Inherited from DevCenterSku)
ResourceType

The name of the resource type.

Size

The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

(Inherited from DevCenterSku)
Tier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

(Inherited from DevCenterSku)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevCenterSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DevCenterSku)
IJsonModel<DevCenterSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DevCenterSku)
IJsonModel<DevCenterSkuDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterSkuDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DevCenterSku)
IPersistableModel<DevCenterSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DevCenterSku)
IPersistableModel<DevCenterSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DevCenterSku)
IPersistableModel<DevCenterSkuDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterSkuDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterSkuDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to