AutomationAccountCreateOrUpdateParameters interface
The parameters supplied to the create or update automation account operation.
Properties
| disable |
Indicates whether requests using non-AAD authentication are blocked |
| encryption | Set the encryption properties for the automation account |
| identity | Sets the identity property for automation account |
| location | Gets or sets the location of the resource. |
| name | Gets or sets name of the resource. |
| public |
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. |
Property Details
disableLocalAuth
Indicates whether requests using non-AAD authentication are blocked
disableLocalAuth?: boolean
Property Value
boolean
encryption
Set the encryption properties for the automation account
encryption?: EncryptionProperties
Property Value
identity
location
Gets or sets the location of the resource.
location?: string
Property Value
string
name
Gets or sets name of the resource.
name?: string
Property Value
string
publicNetworkAccess
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
publicNetworkAccess?: boolean
Property Value
boolean
sku
tags
Gets or sets the tags attached to the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}