AutomationAccount Class

Definition

Definition of the automation account type.

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

Constructors

AutomationAccount()

Initializes a new instance of the AutomationAccount class.

AutomationAccount(String, String, String, IDictionary<String, String>, String, Sku, String, String, DateTimeOffset, DateTimeOffset, String, EncryptionProperties, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, Identity)

Initializes a new instance of the AutomationAccount class.

Properties

CreationTime

Gets the creation time.

Description

Gets or sets the description.

Encryption

Gets or sets encryption properties for the automation account

Etag

Gets or sets the etag of the resource.

Etag (Inherited from ResourceBase)
Id (Inherited from ResourceBase)
Id

Gets fully qualified resource Id for the resource

(Inherited from Resource)
Identity
LastModifiedBy

Gets or sets the last modified by.

LastModifiedTime

Gets the last modified time.

Location (Inherited from ResourceBase)
Location

Gets or sets the Azure Region where the resource lives

(Inherited from TrackedResource)
Name (Inherited from ResourceBase)
Name

Gets the name of the resource

(Inherited from Resource)
PrivateEndpointConnections

Gets or sets list of Automation operations supported by the Automation resource provider.

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 the SKU of account.

State

Gets status of account. Possible values include: 'Ok', 'Unavailable', 'Suspended'

Tags (Inherited from ResourceBase)
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type (Inherited from ResourceBase)
Type

Gets the type of the resource.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to