AutomationAccountCreateOrUpdateParameters Class

Definition

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

public class AutomationAccountCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class AutomationAccountCreateOrUpdateParameters
type AutomationAccountCreateOrUpdateParameters = class
    inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AutomationAccountCreateOrUpdateParameters = class
Public Class AutomationAccountCreateOrUpdateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class AutomationAccountCreateOrUpdateParameters
Inheritance
AutomationAccountCreateOrUpdateParameters
Inheritance
AutomationAccountCreateOrUpdateParameters
Attributes

Constructors

AutomationAccountCreateOrUpdateParameters()

Initializes a new instance of the AutomationAccountCreateOrUpdateParameters class.

AutomationAccountCreateOrUpdateParameters(Sku, EncryptionProperties, Nullable<Boolean>, String, String, Identity, IDictionary<String,String>)

Initializes a new instance of the AutomationAccountCreateOrUpdateParameters class.

Properties

Encryption

Gets or sets set the encryption properties for the automation account

Identity

Gets or sets sets the identity property for automation account

Location

Gets or sets the location of the resource.

Location (Inherited from ResourceCreateOrUpdateParameterBase)
Name

Gets or sets name of the resource.

Name (Inherited from ResourceCreateOrUpdateParameterBase)
Properties
PublicNetworkAccess

Gets or sets indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet

Sku

Gets or sets account SKU.

Tags

Gets or sets the tags attached to the resource.

Tags (Inherited from ResourceCreateOrUpdateParameterBase)

Methods

Validate()

Validate the object.

Applies to