Compartir a través de


EdgeActionAttachmentResult Class

Definition

Edge action attachment response.

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

Properties

Name Description
EdgeActionId

Non changing guid to identity edge action.

Methods

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

Explicit Interface Implementations

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

Applies to