SupportedBuildpackResourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. SupportedBuildpackResourceProperties
- com.
Implements
public final class SupportedBuildpackResourceProperties
implements JsonSerializable<SupportedBuildpackResourceProperties>
Supported buildpack resource properties.
Constructor Summary
Constructor | Description |
---|---|
SupportedBuildpackResourceProperties() |
Creates an instance of Supported |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
buildpackId()
Get the buildpack |
static
Supported |
fromJson(JsonReader jsonReader)
Reads an instance of Supported |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Supported |
withBuildpackId(String buildpackId)
Set the buildpack |
Methods inherited from java.lang.Object
Constructor Details
SupportedBuildpackResourceProperties
public SupportedBuildpackResourceProperties()
Creates an instance of SupportedBuildpackResourceProperties class.
Method Details
buildpackId
public String buildpackId()
Get the buildpackId property: The id of supported buildpack.
Returns:
fromJson
public static SupportedBuildpackResourceProperties fromJson(JsonReader jsonReader)
Reads an instance of SupportedBuildpackResourceProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBuildpackId
public SupportedBuildpackResourceProperties withBuildpackId(String buildpackId)
Set the buildpackId property: The id of supported buildpack.
Parameters:
Returns:
Applies to
Azure SDK for Java