Sdílet prostřednictvím


AutomationAccountCreateOrUpdateContent Class

Definition

The parameters supplied to the create or update automation account operation.

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

Constructors

AutomationAccountCreateOrUpdateContent()

Initializes a new instance of AutomationAccountCreateOrUpdateContent.

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 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<AutomationAccountCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationAccountCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationAccountCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationAccountCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationAccountCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to