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 Details

    • BuildpackBindingResourceInner

      public BuildpackBindingResourceInner()
  • Method Details

    • properties

      public BuildpackBindingProperties properties()
      Get the properties property: Properties of a buildpack binding.
      Returns:
      the properties value.
    • withProperties

      public BuildpackBindingResourceInner withProperties(BuildpackBindingProperties properties)
      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.