AutomationAccountPython2PackagePatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the update module operation.
public class AutomationAccountPython2PackagePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationAccountPython2PackagePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationAccountPython2PackagePatch>
public class AutomationAccountPython2PackagePatch
type AutomationAccountPython2PackagePatch = class
interface IJsonModel<AutomationAccountPython2PackagePatch>
interface IPersistableModel<AutomationAccountPython2PackagePatch>
type AutomationAccountPython2PackagePatch = class
Public Class AutomationAccountPython2PackagePatch
Implements IJsonModel(Of AutomationAccountPython2PackagePatch), IPersistableModel(Of AutomationAccountPython2PackagePatch)
Public Class AutomationAccountPython2PackagePatch
- Inheritance
-
AutomationAccountPython2PackagePatch
- Implements
Constructors
AutomationAccountPython2PackagePatch() |
Initializes a new instance of AutomationAccountPython2PackagePatch. |
Properties
Tags |
Gets or sets the tags attached to the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationAccountPython2PackagePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationAccountPython2PackagePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationAccountPython2PackagePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationAccountPython2PackagePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationAccountPython2PackagePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |