LogicWorkflowRegenerateActionContent Class

Definition

The access key regenerate action content.

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

Constructors

LogicWorkflowRegenerateActionContent()

Initializes a new instance of LogicWorkflowRegenerateActionContent.

Properties

KeyType

The key type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicWorkflowRegenerateActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicWorkflowRegenerateActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicWorkflowRegenerateActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowRegenerateActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicWorkflowRegenerateActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to