Class FunctionsDeployment
java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionsDeployment
Configuration section for the function app deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstorage()Get the storage property: Storage for deployed package used by the function app.voidvalidate()Validates the instance.withStorage(FunctionsDeploymentStorage storage) Set the storage property: Storage for deployed package used by the function app.
-
Constructor Details
-
FunctionsDeployment
public FunctionsDeployment()Creates an instance of FunctionsDeployment class.
-
-
Method Details
-
storage
Get the storage property: Storage for deployed package used by the function app.- Returns:
- the storage value.
-
withStorage
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.
-