IntegrationServiceEnvironmentSkuDefinitionSku Class

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

public final class IntegrationServiceEnvironmentSkuDefinitionSku

The sku.

Constructor Summary

Constructor Description
IntegrationServiceEnvironmentSkuDefinitionSku()

Creates an instance of IntegrationServiceEnvironmentSkuDefinitionSku class.

Method Summary

Modifier and Type Method and Description
IntegrationServiceEnvironmentSkuName name()

Get the name property: The sku name.

String tier()

Get the tier property: The sku tier.

void validate()

Validates the instance.

IntegrationServiceEnvironmentSkuDefinitionSku withName(IntegrationServiceEnvironmentSkuName name)

Set the name property: The sku name.

IntegrationServiceEnvironmentSkuDefinitionSku withTier(String tier)

Set the tier property: The sku tier.

Methods inherited from java.lang.Object

Constructor Details

IntegrationServiceEnvironmentSkuDefinitionSku

public IntegrationServiceEnvironmentSkuDefinitionSku()

Creates an instance of IntegrationServiceEnvironmentSkuDefinitionSku class.

Method Details

name

public IntegrationServiceEnvironmentSkuName name()

Get the name property: The sku name.

Returns:

the name value.

tier

public String tier()

Get the tier property: The sku tier.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

withName

public IntegrationServiceEnvironmentSkuDefinitionSku withName(IntegrationServiceEnvironmentSkuName name)

Set the name property: The sku name.

Parameters:

name - the name value to set.

Returns:

the IntegrationServiceEnvironmentSkuDefinitionSku object itself.

withTier

public IntegrationServiceEnvironmentSkuDefinitionSku withTier(String tier)

Set the tier property: The sku tier.

Parameters:

tier - the tier value to set.

Returns:

the IntegrationServiceEnvironmentSkuDefinitionSku object itself.

Applies to