Class SupportedStackResourceProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.SupportedStackResourceProperties
Supported stack resource properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstackId()Get the stackId property: The id of supported stack.voidvalidate()Validates the instance.version()Get the version property: The version of supported stack.withStackId(String stackId) Set the stackId property: The id of supported stack.withVersion(String version) Set the version property: The version of supported stack.
-
Constructor Details
-
SupportedStackResourceProperties
public SupportedStackResourceProperties()
-
-
Method Details
-
stackId
Get the stackId property: The id of supported stack.- Returns:
- the stackId value.
-
withStackId
Set the stackId property: The id of supported stack.- Parameters:
stackId- the stackId value to set.- Returns:
- the SupportedStackResourceProperties object itself.
-
version
Get the version property: The version of supported stack.- Returns:
- the version value.
-
withVersion
Set the version property: The version of supported stack.- Parameters:
version- the version value to set.- Returns:
- the SupportedStackResourceProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-