GetServiceTaskResult

data class GetServiceTaskResult(val azureApiVersion: String, val etag: String? = null, val id: String, val name: String, val properties: Any, val systemData: SystemDataResponse, val type: String)

A task resource

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, name: String, properties: Any, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

HTTP strong entity tag value. This is ignored if submitted.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Custom task properties

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Resource type.