Поделиться через


AutomationAccountModuleCreateOrUpdateContent Class

Definition

The parameters supplied to the create or update module operation.

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

Constructors

AutomationAccountModuleCreateOrUpdateContent(AutomationContentLink)

Initializes a new instance of AutomationAccountModuleCreateOrUpdateContent.

Properties

ContentLink

Gets or sets the module content link.

Location

Gets or sets the location of the resource.

Name

Gets or sets name of the resource.

Tags

Gets or sets the tags attached to the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationAccountModuleCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationAccountModuleCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationAccountModuleCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationAccountModuleCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationAccountModuleCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to