Get Watcher Result
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)
Properties
Link copied to clipboard
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the frequency at which the watcher is invoked.
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
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
Gets or sets the name of the hybrid worker group the watcher will run on.