AutomationAccountPatch 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 automation account operation.
public class AutomationAccountPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationAccountPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationAccountPatch>
public class AutomationAccountPatch
type AutomationAccountPatch = class
interface IJsonModel<AutomationAccountPatch>
interface IPersistableModel<AutomationAccountPatch>
type AutomationAccountPatch = class
Public Class AutomationAccountPatch
Implements IJsonModel(Of AutomationAccountPatch), IPersistableModel(Of AutomationAccountPatch)
Public Class AutomationAccountPatch
- Inheritance
-
AutomationAccountPatch
- Implements
Constructors
AutomationAccountPatch() |
Initializes a new instance of AutomationAccountPatch. |
Properties
Encryption |
Set the encryption properties for the automation account. |
Identity |
Sets the identity property for automation account. |
IsLocalAuthDisabled |
Indicates whether requests using non-AAD authentication are blocked. |
IsPublicNetworkAccessAllowed |
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet. |
Location |
Gets or sets the location of the resource. |
Name |
Gets or sets the name of the resource. |
Sku |
Gets or sets account SKU. |
Tags |
Gets or sets the tags attached to the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationAccountPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationAccountPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |