java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appplatform.fluent.models.BuildInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class BuildInner extends com.azure.core.management.ProxyResource
Build resource payload.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of BuildInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the properties property: Properties of the build resource.
    com.azure.core.management.SystemData
    Get the systemData property: Metadata pertaining to creation and last modification of the resource.
    void
    Validates the instance.
    Set the properties property: Properties of the build resource.

    Methods inherited from class com.azure.core.management.ProxyResource

    fromJson, id, name, toJson, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BuildInner

      public BuildInner()
      Creates an instance of BuildInner class.
  • Method Details

    • properties

      public BuildProperties properties()
      Get the properties property: Properties of the build resource.
      Returns:
      the properties value.
    • withProperties

      public BuildInner withProperties(BuildProperties properties)
      Set the properties property: Properties of the build resource.
      Parameters:
      properties - the properties value to set.
      Returns:
      the BuildInner 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.