IntegrationServiceEnvironmentSkuDefinition Class

Definition

The integration service environment sku definition.

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

Properties

Capacity

The sku capacity.

ResourceType

The resource type.

Sku

The sku.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentSkuDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentSkuDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentSkuDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentSkuDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentSkuDefinition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to