Compartir a través de


WorkflowResourceReference Class

Definition

The resource reference.

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

Constructors

WorkflowResourceReference()

Initializes a new instance of WorkflowResourceReference.

Properties

Id

The resource id.

Name

Gets the resource name.

ResourceType

Gets the resource type.

Explicit Interface Implementations

IJsonModel<WorkflowResourceReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkflowResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkflowResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkflowResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkflowResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to