Share via


ResourceTypeSkuSetting Class

Definition

The ResourceTypeSkuSetting.

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

Constructors

ResourceTypeSkuSetting(String)

Initializes a new instance of ResourceTypeSkuSetting.

Properties

Capabilities

Gets the capabilities.

Capacity

Gets or sets the capacity.

Costs

Gets the costs.

Family

Gets or sets the family.

Kind

Gets or sets the kind.

LocationInfo

Gets the location info.

Locations

Gets the locations.

Name

Gets or sets the name.

RequiredFeatures

Gets the required features.

RequiredQuotaIds

Gets the required quota ids.

Size

Gets or sets the size.

Tier

Gets or sets the tier.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceTypeSkuSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceTypeSkuSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceTypeSkuSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceTypeSkuSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceTypeSkuSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to