Package version:

HCI Edge device job properties

interface HciEdgeDeviceJobProperties {
    deploymentMode?: string;
    endTimeUtc?: any;
    jobId?: string;
    jobType: string;
    provisioningState?: string;
    startTimeUtc?: any;
    status?: string;
}

Hierarchy (view full)

Properties

deploymentMode?: string

Deployment mode to trigger job.

endTimeUtc?: any

The UTC date and time at which the job completed.

jobId?: string

Unique, immutable job id.

jobType: string

The discriminator possible values: CollectLog, RemoteSupport

provisioningState?: string

Job provisioning state

startTimeUtc?: any

The UTC date and time at which the job started.

status?: string

Status of Edge device job.