Share via


EdgeDeviceJobsOperations interface

Interface representing a EdgeDeviceJobs operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create a EdgeDeviceJob

delete
get

Get a EdgeDeviceJob

listByEdgeDevice

List EdgeDeviceJob resources by EdgeDevice

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceUri: string, edgeDeviceName: string, jobsName: string, resource: EdgeDeviceJobUnion, options?: EdgeDeviceJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EdgeDeviceJobUnion>, EdgeDeviceJobUnion>>

Property Value

(resourceUri: string, edgeDeviceName: string, jobsName: string, resource: EdgeDeviceJobUnion, options?: EdgeDeviceJobsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EdgeDeviceJobUnion>, EdgeDeviceJobUnion>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceUri: string, edgeDeviceName: string, jobsName: string, resource: EdgeDeviceJobUnion, options?: EdgeDeviceJobsCreateOrUpdateOptionalParams) => Promise<EdgeDeviceJobUnion>

Property Value

(resourceUri: string, edgeDeviceName: string, jobsName: string, resource: EdgeDeviceJobUnion, options?: EdgeDeviceJobsCreateOrUpdateOptionalParams) => Promise<EdgeDeviceJobUnion>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsDeleteOptionalParams) => Promise<void>

Property Value

(resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsDeleteOptionalParams) => Promise<void>

createOrUpdate

Create a EdgeDeviceJob

createOrUpdate: (resourceUri: string, edgeDeviceName: string, jobsName: string, resource: EdgeDeviceJobUnion, options?: EdgeDeviceJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EdgeDeviceJobUnion>, EdgeDeviceJobUnion>

Property Value

(resourceUri: string, edgeDeviceName: string, jobsName: string, resource: EdgeDeviceJobUnion, options?: EdgeDeviceJobsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EdgeDeviceJobUnion>, EdgeDeviceJobUnion>

delete

delete: (resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a EdgeDeviceJob

get: (resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsGetOptionalParams) => Promise<EdgeDeviceJobUnion>

Property Value

(resourceUri: string, edgeDeviceName: string, jobsName: string, options?: EdgeDeviceJobsGetOptionalParams) => Promise<EdgeDeviceJobUnion>

listByEdgeDevice

List EdgeDeviceJob resources by EdgeDevice

listByEdgeDevice: (resourceUri: string, edgeDeviceName: string, options?: EdgeDeviceJobsListByEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<EdgeDeviceJobUnion, EdgeDeviceJobUnion[], PageSettings>

Property Value

(resourceUri: string, edgeDeviceName: string, options?: EdgeDeviceJobsListByEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<EdgeDeviceJobUnion, EdgeDeviceJobUnion[], PageSettings>