ArmAppContainersModelFactory.WorkflowArtifacts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The workflow filter.
public static Azure.ResourceManager.AppContainers.Models.WorkflowArtifacts WorkflowArtifacts(BinaryData appSettings = default, BinaryData files = default, System.Collections.Generic.IEnumerable<string> filesToDelete = default);
static member WorkflowArtifacts : BinaryData * BinaryData * seq<string> -> Azure.ResourceManager.AppContainers.Models.WorkflowArtifacts
Public Shared Function WorkflowArtifacts (Optional appSettings As BinaryData = Nothing, Optional files As BinaryData = Nothing, Optional filesToDelete As IEnumerable(Of String) = Nothing) As WorkflowArtifacts
Parameters
- appSettings
- BinaryData
Application settings of the workflow.
- files
- BinaryData
Files of the app.
- filesToDelete
- IEnumerable<String>
Files of the app to delete.
Returns
A new WorkflowArtifacts instance for mocking.