Share via


SapSizingRecommendationResult Interface

public interface SapSizingRecommendationResult

An immutable client-side representation of SapSizingRecommendationResult.

Method Summary

Modifier and Type Method and Description
abstract SapDeploymentType deploymentType()

Gets the deploymentType property: The deployment type.

abstract SapSizingRecommendationResultInner innerModel()

Gets the inner com.azure.resourcemanager.workloadssapvirtualinstance.fluent.models.SapSizingRecommendationResultInner object.

Method Details

deploymentType

public abstract SapDeploymentType deploymentType()

Gets the deploymentType property: The deployment type. Eg: SingleServer/ThreeTier.

Returns:

the deploymentType value.

innerModel

public abstract SapSizingRecommendationResultInner innerModel()

Gets the inner com.azure.resourcemanager.workloadssapvirtualinstance.fluent.models.SapSizingRecommendationResultInner object.

Returns:

the inner object.

Applies to