InfrastructureConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. InfrastructureConfiguration
- com.
Implements
public class InfrastructureConfiguration
implements JsonSerializable<InfrastructureConfiguration>
Deploy SAP Infrastructure Details.
Constructor Summary
| Constructor | Description |
|---|---|
| InfrastructureConfiguration() |
Creates an instance of Infrastructure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
appResourceGroup()
Get the app |
|
Sap |
deploymentType()
Get the deployment |
|
static
Infrastructure |
fromJson(JsonReader jsonReader)
Reads an instance of Infrastructure |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Infrastructure |
withAppResourceGroup(String appResourceGroup)
Set the app |
Methods inherited from java.lang.Object
Constructor Details
InfrastructureConfiguration
public InfrastructureConfiguration()
Creates an instance of InfrastructureConfiguration class.
Method Details
appResourceGroup
public String appResourceGroup()
Get the appResourceGroup property: The application resource group where SAP system resources will be deployed.
Returns:
deploymentType
public SapDeploymentType deploymentType()
Get the deploymentType property: The SAP deployment type. Eg: SingleServer/ThreeTier.
Returns:
fromJson
public static InfrastructureConfiguration fromJson(JsonReader jsonReader)
Reads an instance of InfrastructureConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAppResourceGroup
public InfrastructureConfiguration withAppResourceGroup(String appResourceGroup)
Set the appResourceGroup property: The application resource group where SAP system resources will be deployed.
Parameters:
Returns: