Share via


ApiManagementGatewaySkuPropertiesForPatch Class

Definition

API Management gateway resource SKU properties for PATCH operations given nothing should be required.

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

Constructors

ApiManagementGatewaySkuPropertiesForPatch()

Initializes a new instance of ApiManagementGatewaySkuPropertiesForPatch.

Properties

Capacity

Capacity of the SKU (number of deployed units of the SKU).

Name

Name of the Sku.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApiManagementGatewaySkuPropertiesForPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementGatewaySkuPropertiesForPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementGatewaySkuPropertiesForPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementGatewaySkuPropertiesForPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementGatewaySkuPropertiesForPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to