LogicResourceReference Class

Definition

The resource reference.

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

Constructors

LogicResourceReference()

Initializes a new instance of LogicResourceReference.

Properties

Id

The resource id.

Name

Gets the resource name.

ResourceType

Gets the resource type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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.

IJsonModel<LogicResourceReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicResourceReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicResourceReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicResourceReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to