다음을 통해 공유


LogicWorkflowReference Class

Definition

The workflow reference.

public class LogicWorkflowReference : Azure.ResourceManager.Logic.Models.LogicResourceReference
public class LogicWorkflowReference : Azure.ResourceManager.Logic.Models.LogicResourceReference, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.LogicWorkflowReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.LogicWorkflowReference>
type LogicWorkflowReference = class
    inherit LogicResourceReference
type LogicWorkflowReference = class
    inherit LogicResourceReference
    interface IJsonModel<LogicWorkflowReference>
    interface IPersistableModel<LogicWorkflowReference>
Public Class LogicWorkflowReference
Inherits LogicResourceReference
Public Class LogicWorkflowReference
Inherits LogicResourceReference
Implements IJsonModel(Of LogicWorkflowReference), IPersistableModel(Of LogicWorkflowReference)
Inheritance
LogicWorkflowReference
Implements

Constructors

LogicWorkflowReference()

Initializes a new instance of LogicWorkflowReference.

Properties

Id

The resource id.

(Inherited from LogicResourceReference)
Name

Gets the resource name.

(Inherited from LogicResourceReference)
ResourceType

Gets the resource type.

(Inherited from LogicResourceReference)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from LogicResourceReference)

Explicit Interface Implementations

IJsonModel<LogicResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from LogicResourceReference)
IJsonModel<LogicResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from LogicResourceReference)
IJsonModel<LogicWorkflowReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicWorkflowReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from LogicResourceReference)
IPersistableModel<LogicResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from LogicResourceReference)
IPersistableModel<LogicResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from LogicResourceReference)
IPersistableModel<LogicWorkflowReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicWorkflowReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to