Class BuildpackProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildpackProperties
Buildpack properties payload.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BuildpackProperties
public BuildpackProperties()
-
-
Method Details
-
id
Get the id property: Id of the buildpack.- Returns:
- the id value.
-
withId
Set the id property: Id of the buildpack.- Parameters:
id- the id value to set.- Returns:
- the BuildpackProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-