GetJobCollectionResult

data class GetJobCollectionResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String? = null, val properties: JobCollectionPropertiesResponse, val tags: Map<String, String>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String? = null, properties: JobCollectionPropertiesResponse, tags: Map<String, String>? = null, 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 id: String

Gets the job collection resource identifier.

Link copied to clipboard
val location: String? = null

Gets or sets the storage account location.

Link copied to clipboard
val name: String? = null

Gets or sets the job collection resource name.

Link copied to clipboard

Gets or sets the job collection properties.

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

Gets or sets the tags.

Link copied to clipboard

Gets the job collection resource type.