다음을 통해 공유


StoragePoolSkuRestrictions Class

Definition

Describes scaling information of a SKU.

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

Properties

ReasonCode

The reason for restriction.

RestrictionInfo

The information about the restriction where the SKU cannot be used.

RestrictionsType

The type of restrictions.

Values

The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StoragePoolSkuRestrictions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StoragePoolSkuRestrictions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StoragePoolSkuRestrictions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StoragePoolSkuRestrictions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StoragePoolSkuRestrictions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to