Class PhpProfile
java.lang.Object
com.azure.resourcemanager.workloads.models.PhpProfile
PHP profile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.version()
Get the version property: PHP version.withVersion
(PhpVersion version) Set the version property: PHP version.
-
Constructor Details
-
PhpProfile
public PhpProfile()
-
-
Method Details
-
version
Get the version property: PHP version.- Returns:
- the version value.
-
withVersion
Set the version property: PHP version.- Parameters:
version
- the version value to set.- Returns:
- the PhpProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-