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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Resource system metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server. |
location | The Azure Region where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
systemData
Resource system metadata. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The Azure Region where the resource lives
location?: string
Property Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript