Share via


EdgeWorkflowProperties Class

Definition

Workflow Properties.

public class EdgeWorkflowProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeWorkflowProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeWorkflowProperties>
type EdgeWorkflowProperties = class
    interface IJsonModel<EdgeWorkflowProperties>
    interface IPersistableModel<EdgeWorkflowProperties>
Public Class EdgeWorkflowProperties
Implements IJsonModel(Of EdgeWorkflowProperties), IPersistableModel(Of EdgeWorkflowProperties)
Inheritance
EdgeWorkflowProperties
Implements

Constructors

EdgeWorkflowProperties()

Initializes a new instance of EdgeWorkflowProperties.

Properties

ProvisioningState

Provisioning state of resource.

WorkflowTemplateId

Workflow template Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeWorkflowProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EdgeWorkflowProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeWorkflowProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeWorkflowProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EdgeWorkflowProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to