Class InfrastructureConfiguration
java.lang.Object
com.azure.resourcemanager.workloads.models.InfrastructureConfiguration
- Direct Known Subclasses:
SingleServerConfiguration
,ThreeTierConfiguration
Deploy SAP Infrastructure Details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the appResourceGroup property: The application resource group where SAP system resources will be deployed.void
validate()
Validates the instance.withAppResourceGroup
(String appResourceGroup) Set the appResourceGroup property: The application resource group where SAP system resources will be deployed.
-
Constructor Details
-
InfrastructureConfiguration
public InfrastructureConfiguration()
-
-
Method Details
-
appResourceGroup
Get the appResourceGroup property: The application resource group where SAP system resources will be deployed.- Returns:
- the appResourceGroup value.
-
withAppResourceGroup
Set the appResourceGroup property: The application resource group where SAP system resources will be deployed.- Parameters:
appResourceGroup
- the appResourceGroup value to set.- Returns:
- the InfrastructureConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-