Share via


AvailableServiceSku Interface

public interface AvailableServiceSku

An immutable client-side representation of AvailableServiceSku.

Method Summary

Modifier and Type Method and Description
abstract AvailableServiceSkuCapacity capacity()

Gets the capacity property: A description of the scaling capacities of the SKU.

abstract AvailableServiceSkuInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.AvailableServiceSkuInner object.

abstract String resourceType()

Gets the resourceType property: The resource type, including the provider namespace.

abstract AvailableServiceSkuSku sku()

Gets the sku property: SKU name, tier, etc.

Method Details

capacity

public abstract AvailableServiceSkuCapacity capacity()

Gets the capacity property: A description of the scaling capacities of the SKU.

Returns:

the capacity value.

innerModel

public abstract AvailableServiceSkuInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.AvailableServiceSkuInner object.

Returns:

the inner object.

resourceType

public abstract String resourceType()

Gets the resourceType property: The resource type, including the provider namespace.

Returns:

the resourceType value.

sku

public abstract AvailableServiceSkuSku sku()

Gets the sku property: SKU name, tier, etc.

Returns:

the sku value.

Applies to