Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobResponse

Package version

interface

An interface representing JobResponse. Contains the job information.

extends

BaseResource

Hierarchy

  • any
    • JobResponse

Index

Properties

Optional id

id: undefined | string
member

{string} [id] Specifies the resource identifier of the job. NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string
member

{string} [location] Specifies the Azure location where the job is created.

Optional name

name: undefined | string
member

{string} [name] Specifies the name of the job. NOTE: This property will not be serialized. It can only be populated by the server.

Optional properties

properties: JobDetails
member

{JobDetails} [properties] Specifies the job properties

Optional tags

tags: any
member

{any} [tags] Specifies the tags that are assigned to the job.

Optional type

type: undefined | string
member

{string} [type] Specifies the type of the job resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc