Class WorkflowArtifacts
java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowArtifacts
The workflow filter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the appSettings property: Application settings of the workflow.files()Get the files property: Files of the app.Get the filesToDelete property: Files of the app to delete.voidvalidate()Validates the instance.withAppSettings(Object appSettings) Set the appSettings property: Application settings of the workflow.Set the files property: Files of the app.withFilesToDelete(List<String> filesToDelete) Set the filesToDelete property: Files of the app to delete.
-
Constructor Details
-
WorkflowArtifacts
public WorkflowArtifacts()Creates an instance of WorkflowArtifacts class.
-
-
Method Details
-
appSettings
Get the appSettings property: Application settings of the workflow.- Returns:
- the appSettings value.
-
withAppSettings
Set the appSettings property: Application settings of the workflow.- Parameters:
appSettings- the appSettings value to set.- Returns:
- the WorkflowArtifacts object itself.
-
files
Get the files property: Files of the app.- Returns:
- the files value.
-
withFiles
Set the files property: Files of the app.- Parameters:
files- the files value to set.- Returns:
- the WorkflowArtifacts object itself.
-
filesToDelete
Get the filesToDelete property: Files of the app to delete.- Returns:
- the filesToDelete value.
-
withFilesToDelete
Set the filesToDelete property: Files of the app to delete.- Parameters:
filesToDelete- the filesToDelete value to set.- Returns:
- the WorkflowArtifacts object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-