Class SapAvailabilityZoneDetailsRequest
java.lang.Object
com.azure.resourcemanager.workloads.models.SapAvailabilityZoneDetailsRequest
The SAP request to get list of availability zones.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the appLocation property: The geo-location where the SAP resources will be created.Get the databaseType property: The database type.Get the sapProduct property: Defines the SAP Product type.void
validate()
Validates the instance.withAppLocation
(String appLocation) Set the appLocation property: The geo-location where the SAP resources will be created.withDatabaseType
(SapDatabaseType databaseType) Set the databaseType property: The database type.withSapProduct
(SapProductType sapProduct) Set the sapProduct property: Defines the SAP Product type.
-
Constructor Details
-
SapAvailabilityZoneDetailsRequest
public SapAvailabilityZoneDetailsRequest()
-
-
Method Details
-
appLocation
Get the appLocation property: The geo-location where the SAP resources will be created.- Returns:
- the appLocation value.
-
withAppLocation
Set the appLocation property: The geo-location where the SAP resources will be created.- Parameters:
appLocation
- the appLocation value to set.- Returns:
- the SapAvailabilityZoneDetailsRequest object itself.
-
sapProduct
Get the sapProduct property: Defines the SAP Product type.- Returns:
- the sapProduct value.
-
withSapProduct
Set the sapProduct property: Defines the SAP Product type.- Parameters:
sapProduct
- the sapProduct value to set.- Returns:
- the SapAvailabilityZoneDetailsRequest object itself.
-
databaseType
Get the databaseType property: The database type. Eg: HANA, DB2, etc.- Returns:
- the databaseType value.
-
withDatabaseType
Set the databaseType property: The database type. Eg: HANA, DB2, etc.- Parameters:
databaseType
- the databaseType value to set.- Returns:
- the SapAvailabilityZoneDetailsRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-