IntegrationServiceEnvironmentSku Class

Definition

The integration service environment sku.

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

Constructors

IntegrationServiceEnvironmentSku()

Initializes a new instance of IntegrationServiceEnvironmentSku.

Properties

Capacity

The sku capacity.

Name

The sku name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to