共用方式為


AnalysisResourceSku Class

Definition

Represents the SKU name and Azure pricing tier for Analysis Services resource.

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

Constructors

AnalysisResourceSku(String)

Initializes a new instance of AnalysisResourceSku.

Properties

Capacity

The number of instances in the read only query pool.

Name

Name of the SKU level.

Tier

The name of the Azure pricing tier to which the SKU applies.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AnalysisResourceSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalysisResourceSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalysisResourceSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalysisResourceSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalysisResourceSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to