DrillResourcesOperations interface

Interface representing a DrillResources operations.

Properties

get

Get a DrillResource

list

List DrillResource resources by Drill

Property Details

get

Get a DrillResource

get: (serviceGroupName: string, drillName: string, drillResourceName: string, options?: DrillResourcesGetOptionalParams) => Promise<DrillResource>

Property Value

(serviceGroupName: string, drillName: string, drillResourceName: string, options?: DrillResourcesGetOptionalParams) => Promise<DrillResource>

list

List DrillResource resources by Drill

list: (serviceGroupName: string, drillName: string, options?: DrillResourcesListOptionalParams) => PagedAsyncIterableIterator<DrillResource, DrillResource[], PageSettings>

Property Value

(serviceGroupName: string, drillName: string, options?: DrillResourcesListOptionalParams) => PagedAsyncIterableIterator<DrillResource, DrillResource[], PageSettings>