FabricSkuDetailsForExistingCapacity Class

Definition

An object that represents SKU details for existing resources.

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

Properties

ResourceType

The resource type.

Sku

The SKU details.

Explicit Interface Implementations

IJsonModel<FabricSkuDetailsForExistingCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FabricSkuDetailsForExistingCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FabricSkuDetailsForExistingCapacity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FabricSkuDetailsForExistingCapacity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FabricSkuDetailsForExistingCapacity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to