Share via


AutomationAccountPython2PackageCreateOrUpdateContent Class

Definition

The parameters supplied to the create or update module operation.

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

Constructors

Name Description
AutomationAccountPython2PackageCreateOrUpdateContent(AutomationContentLink)

Initializes a new instance of AutomationAccountPython2PackageCreateOrUpdateContent.

Properties

Name Description
ContentLink

Gets or sets the module content link.

Tags

Gets or sets the tags attached to the resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AutomationAccountPython2PackageCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationAccountPython2PackageCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationAccountPython2PackageCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationAccountPython2PackageCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationAccountPython2PackageCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to