Class FunctionsDeploymentStorage

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

public final class FunctionsDeploymentStorage extends Object
Storage for deployed package used by the function app.
  • Constructor Details

    • FunctionsDeploymentStorage

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

    • type

      Get the type property: Property to select Azure Storage type. Available options: blobContainer.
      Returns:
      the type value.
    • withType

      Set the type property: Property to select Azure Storage type. Available options: blobContainer.
      Parameters:
      type - the type value to set.
      Returns:
      the FunctionsDeploymentStorage object itself.
    • value

      public String value()
      Get the value property: Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>.
      Returns:
      the value value.
    • withValue

      public FunctionsDeploymentStorage withValue(String value)
      Set the value property: Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>.
      Parameters:
      value - the value value to set.
      Returns:
      the FunctionsDeploymentStorage object itself.
    • authentication

      Get the authentication property: Authentication method to access the storage account for deployment.
      Returns:
      the authentication value.
    • withAuthentication

      public FunctionsDeploymentStorage withAuthentication(FunctionsDeploymentStorageAuthentication authentication)
      Set the authentication property: Authentication method to access the storage account for deployment.
      Parameters:
      authentication - the authentication value to set.
      Returns:
      the FunctionsDeploymentStorage object itself.
    • validate

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