Partilhar via


EdgeActionAttachment Class

Definition

Edge action attachment information.

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

Constructors

Name Description
EdgeActionAttachment(ResourceIdentifier)

Initializes a new instance of EdgeActionAttachment.

Properties

Name Description
AttachedResourceId

The attached resource Id.

Id

The edge action attachment id.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EdgeActionAttachment>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<EdgeActionAttachment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<EdgeActionAttachment>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<EdgeActionAttachment>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<EdgeActionAttachment>.Write(ModelReaderWriterOptions)

Applies to