Compartilhar via


WorkflowArtifacts Class

Definition

The workflow filter.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowArtifactsTypeConverter))]
public class WorkflowArtifacts : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowArtifacts
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowArtifactsTypeConverter))>]
type WorkflowArtifacts = class
    interface IWorkflowArtifacts
    interface IJsonSerializable
Public Class WorkflowArtifacts
Implements IWorkflowArtifacts
Inheritance
WorkflowArtifacts
Attributes
Implements

Constructors

Name Description
WorkflowArtifacts()

Creates an new WorkflowArtifacts instance.

Properties

Name Description
AppSetting

Application settings of the workflow.

File

Files of the app.

FilesToDelete

Files of the app to delete.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowArtifacts.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowArtifacts.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowArtifacts.

FromJsonString(String)

Creates a new instance of WorkflowArtifacts, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowArtifacts into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to