FunctionsDeployment Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FunctionsDeployment
- com.
Implements
public final class FunctionsDeployment
implements JsonSerializable<FunctionsDeployment>
Configuration section for the function app deployment.
Constructor Summary
Constructor | Description |
---|---|
FunctionsDeployment() |
Creates an instance of Functions |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Functions |
fromJson(JsonReader jsonReader)
Reads an instance of Functions |
Functions |
storage()
Get the storage property: Storage for deployed package used by the function app. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Functions |
withStorage(FunctionsDeploymentStorage storage)
Set the storage property: Storage for deployed package used by the function app. |
Methods inherited from java.lang.Object
Constructor Details
FunctionsDeployment
public FunctionsDeployment()
Creates an instance of FunctionsDeployment class.
Method Details
fromJson
public static FunctionsDeployment fromJson(JsonReader jsonReader)
Reads an instance of FunctionsDeployment from the JsonReader.
Parameters:
Returns:
Throws:
storage
public FunctionsDeploymentStorage storage()
Get the storage property: Storage for deployed package used by the function app.
Returns:
toJson
validate
public void validate()
Validates the instance.
withStorage
public FunctionsDeployment withStorage(FunctionsDeploymentStorage storage)
Set the storage property: Storage for deployed package used by the function app.
Parameters:
Returns:
Applies to
Azure SDK for Java