ApiManagementSkuRestrictions Class

Definition

Describes scaling information of a SKU.

public class ApiManagementSkuRestrictions
public class ApiManagementSkuRestrictions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuRestrictions>
type ApiManagementSkuRestrictions = class
type ApiManagementSkuRestrictions = class
    interface IJsonModel<ApiManagementSkuRestrictions>
    interface IPersistableModel<ApiManagementSkuRestrictions>
Public Class ApiManagementSkuRestrictions
Public Class ApiManagementSkuRestrictions
Implements IJsonModel(Of ApiManagementSkuRestrictions), IPersistableModel(Of ApiManagementSkuRestrictions)
Inheritance
ApiManagementSkuRestrictions
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.

Explicit Interface Implementations

IJsonModel<ApiManagementSkuRestrictions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementSkuRestrictions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementSkuRestrictions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementSkuRestrictions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementSkuRestrictions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to