Class FunctionsDeployment

java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionsDeployment

public final class FunctionsDeployment extends Object
Configuration section for the function app deployment.
  • Constructor Details

    • FunctionsDeployment

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

    • storage

      public FunctionsDeploymentStorage storage()
      Get the storage property: Storage for deployed package used by the function app.
      Returns:
      the storage value.
    • withStorage

      public FunctionsDeployment withStorage(FunctionsDeploymentStorage storage)
      Set the storage property: Storage for deployed package used by the function app.
      Parameters:
      storage - the storage value to set.
      Returns:
      the FunctionsDeployment object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.