AutomationAccountUpdateParameters interface

The parameters supplied to the update automation account operation.

Properties

disableLocalAuth

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 the name of the resource.

publicNetworkAccess

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

Sets the identity property for automation account

identity?: Identity

Property Value

location

Gets or sets the location of the resource.

location?: string

Property Value

string

name

Gets or sets the 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

Gets or sets account SKU.

sku?: Sku

Property Value

Sku

tags

Gets or sets the tags attached to the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}