Package version:

Interface HciRemoteSupportJobProperties

Represents the properties of a remote support job for HCI.

interface HciRemoteSupportJobProperties {
    accessLevel: string;
    deploymentMode?: string;
    endTimeUtc?: any;
    expirationTimestamp: Date;
    jobId?: string;
    jobType: "RemoteSupport";
    provisioningState?: string;
    reportedProperties?: RemoteSupportJobReportedProperties;
    startTimeUtc?: any;
    status?: string;
    type: string;
}

Hierarchy (view full)

Properties

accessLevel: string

Remote support access level.

deploymentMode?: string

Deployment mode to trigger job.

endTimeUtc?: any

The UTC date and time at which the job completed.

expirationTimestamp: Date

Remote support expiration timestamp.

jobId?: string

Unique, immutable job id.

jobType

Job Type to support polymorphic resource.

provisioningState?: string

Job provisioning state

log collection job reported properties.

startTimeUtc?: any

The UTC date and time at which the job started.

status?: string

Status of Edge device job.

type: string

Remote support type.