Class BuildpackBindingResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appplatform.fluent.models.BuildpackBindingResourceInner
public final class BuildpackBindingResourceInner
extends com.azure.core.management.ProxyResource
Buildpack Binding Resource object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Properties of a buildpack binding.com.azure.core.management.SystemDataGet the systemData property: Metadata pertaining to creation and last modification of the resource.voidvalidate()Validates the instance.withProperties(BuildpackBindingProperties properties) Set the properties property: Properties of a buildpack binding.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
BuildpackBindingResourceInner
public BuildpackBindingResourceInner()
-
-
Method Details
-
properties
Get the properties property: Properties of a buildpack binding.- Returns:
- the properties value.
-
withProperties
Set the properties property: Properties of a buildpack binding.- Parameters:
properties- the properties value to set.- Returns:
- the BuildpackBindingResourceInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Metadata pertaining to creation and last modification of the resource.- Returns:
- the systemData value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-