GetWatcherResult

data class GetWatcherResult(val creationTime: String, val description: String? = null, val etag: String? = null, val executionFrequencyInSeconds: Double? = null, val id: String, val lastModifiedBy: String, val lastModifiedTime: String, val location: String? = null, val name: String, val scriptName: String? = null, val scriptParameters: Map<String, String>? = null, val scriptRunOn: String? = null, val status: String, val tags: Map<String, String>? = null, val type: String)

Definition of the watcher type.

Constructors

Link copied to clipboard
constructor(creationTime: String, description: String? = null, etag: String? = null, executionFrequencyInSeconds: Double? = null, id: String, lastModifiedBy: String, lastModifiedTime: String, location: String? = null, name: String, scriptName: String? = null, scriptParameters: Map<String, String>? = null, scriptRunOn: String? = null, status: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard
val etag: String? = null

Gets or sets the etag of the resource.

Link copied to clipboard

Gets or sets the frequency at which the watcher is invoked.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard

Details of the user who last modified the watcher.

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard
val location: String? = null

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val scriptName: String? = null

Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook.

Link copied to clipboard

Gets or sets the parameters of the script.

Link copied to clipboard
val scriptRunOn: String? = null

Gets or sets the name of the hybrid worker group the watcher will run on.

Link copied to clipboard

Gets the current status of the watcher.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.