IntegrationServiceEnvironmentSku Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.IntegrationServiceEnvironmentSku

public final class IntegrationServiceEnvironmentSku

The integration service environment sku.

Constructor Summary

Constructor Description
IntegrationServiceEnvironmentSku()

Creates an instance of IntegrationServiceEnvironmentSku class.

Method Summary

Modifier and Type Method and Description
Integer capacity()

Get the capacity property: The sku capacity.

IntegrationServiceEnvironmentSkuName name()

Get the name property: The sku name.

void validate()

Validates the instance.

IntegrationServiceEnvironmentSku withCapacity(Integer capacity)

Set the capacity property: The sku capacity.

IntegrationServiceEnvironmentSku withName(IntegrationServiceEnvironmentSkuName name)

Set the name property: The sku name.

Methods inherited from java.lang.Object

Constructor Details

IntegrationServiceEnvironmentSku

public IntegrationServiceEnvironmentSku()

Creates an instance of IntegrationServiceEnvironmentSku class.

Method Details

capacity

public Integer capacity()

Get the capacity property: The sku capacity.

Returns:

the capacity value.

name

public IntegrationServiceEnvironmentSkuName name()

Get the name property: The sku name.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withCapacity

public IntegrationServiceEnvironmentSku withCapacity(Integer capacity)

Set the capacity property: The sku capacity.

Parameters:

capacity - the capacity value to set.

Returns:

the IntegrationServiceEnvironmentSku object itself.

withName

public IntegrationServiceEnvironmentSku withName(IntegrationServiceEnvironmentSkuName name)

Set the name property: The sku name.

Parameters:

name - the name value to set.

Returns:

the IntegrationServiceEnvironmentSku object itself.

Applies to