AutomationAccount interface
Definition of the automation account type.
- Extends
Properties
| automation |
URL of automation hybrid service which is used for hybrid worker on-boarding. |
| creation |
Gets the creation time. |
| description | Gets or sets the description. |
| disable |
Indicates whether requests using non-AAD authentication are blocked |
| encryption | Encryption properties for the automation account |
| etag | Gets or sets the etag of the resource. |
| identity | Identity for the resource. |
| last |
Gets or sets the last modified by. |
| last |
Gets the last modified time. |
| private |
List of Automation operations supported by the Automation resource provider. |
| public |
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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
automationHybridServiceUrl
URL of automation hybrid service which is used for hybrid worker on-boarding.
automationHybridServiceUrl?: string
Property Value
string
creationTime
Gets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
disableLocalAuth
Indicates whether requests using non-AAD authentication are blocked
disableLocalAuth?: boolean
Property Value
boolean
encryption
Encryption properties for the automation account
encryption?: EncryptionProperties
Property Value
etag
Gets or sets the etag of the resource.
etag?: string
Property Value
string
identity
lastModifiedBy
Gets or sets the last modified by.
lastModifiedBy?: string
Property Value
string
lastModifiedTime
Gets the last modified time.
lastModifiedTime?: Date
Property Value
Date
privateEndpointConnections
List of Automation operations supported by the Automation resource provider.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
publicNetworkAccess
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
publicNetworkAccess?: boolean
Property Value
boolean
sku
state
Gets status of account.
state?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type