AutomationAccountProperties interface
Definition of the account property.
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 |
| 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. |
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
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