AutomationAccountCreateOrUpdateProperties interface
The parameters supplied to the create or update account properties.
Properties
| disable |
Indicates whether requests using non-AAD authentication are blocked |
| encryption | Set the encryption properties for the automation account |
| public |
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet |
| sku | Gets or sets account SKU. |
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
publicNetworkAccess
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
publicNetworkAccess?: boolean
Property Value
boolean