RunbookUpdateParameters interface

The parameters supplied to the update runbook operation.

Properties

description

Gets or sets the description of the runbook.

location

Gets or sets the location of the resource.

logActivityTrace

Gets or sets the activity-level tracing options of the runbook.

logProgress

Gets or sets progress log option.

logVerbose

Gets or sets verbose log option.

name

Gets or sets the name of the resource.

tags

Gets or sets the tags attached to the resource.

Property Details

description

Gets or sets the description of the runbook.

description?: string

Property Value

string

location

Gets or sets the location of the resource.

location?: string

Property Value

string

logActivityTrace

Gets or sets the activity-level tracing options of the runbook.

logActivityTrace?: number

Property Value

number

logProgress

Gets or sets progress log option.

logProgress?: boolean

Property Value

boolean

logVerbose

Gets or sets verbose log option.

logVerbose?: boolean

Property Value

boolean

name

Gets or sets the name of the resource.

name?: string

Property Value

string

tags

Gets or sets the tags attached to the resource.

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

Property Value

{[propertyName: string]: string}