Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class AccountListNodeAgentSkusOptions {
/**
* Create a AccountListNodeAgentSkusOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 results will be returned. Default value: 1000
* .
Expand Down
4 changes: 3 additions & 1 deletion lib/services/batch/lib/models/certificateListOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class CertificateListOptions {
/**
* Create a CertificateListOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
* @member {string} [select] An OData $select clause.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 certificates can be returned. Default value:
Expand Down
4 changes: 3 additions & 1 deletion lib/services/batch/lib/models/computeNodeListOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class ComputeNodeListOptions {
/**
* Create a ComputeNodeListOptions.
* @member {string} [filter] An OData $filter clause..
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
* @member {string} [select] An OData $select clause.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 nodes can be returned. Default value: 1000 .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class FileListFromComputeNodeOptions {
/**
* Create a FileListFromComputeNodeOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 files can be returned. Default value: 1000 .
* @member {number} [timeout] The maximum time that the server can spend
Expand Down
4 changes: 3 additions & 1 deletion lib/services/batch/lib/models/fileListFromTaskOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class FileListFromTaskOptions {
/**
* Create a FileListFromTaskOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-task-files.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 files can be returned. Default value: 1000 .
* @member {number} [timeout] The maximum time that the server can spend
Expand Down
52 changes: 36 additions & 16 deletions lib/services/batch/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12406,9 +12406,9 @@ export interface ApplicationGetOptions {
* must be at least two hours before the current time. If not specified this
* defaults to the end time of the last aggregation interval currently
* available.
* @member {string} [filter] An OData $filter clause. If this is not specified
* the response includes all pools that existed in the account in the time
* range of the returned aggregation intervals.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 results will be returned. Default value: 1000 .
* @member {number} [timeout] The maximum time that the server can spend
Expand Down Expand Up @@ -12490,7 +12490,9 @@ export interface PoolAddOptions {
* @constructor
* Additional parameters for list operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down Expand Up @@ -13008,7 +13010,9 @@ export interface PoolRemoveNodesOptions {
* @constructor
* Additional parameters for listNodeAgentSkus operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 results will be returned. Default value: 1000 .
* @member {number} [timeout] The maximum time that the server can spend
Expand Down Expand Up @@ -13407,7 +13411,9 @@ export interface JobAddOptions {
* @constructor
* Additional parameters for list operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down Expand Up @@ -13441,7 +13447,9 @@ export interface JobListOptions {
* @constructor
* Additional parameters for listFromJobSchedule operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down Expand Up @@ -13475,9 +13483,9 @@ export interface JobListFromJobScheduleOptions {
* @constructor
* Additional parameters for listPreparationAndReleaseTaskStatus operation.
*
* @member {string} [filter] An OData $filter clause. To get the status of the
* Job Preparation and Job Release tasks on a specific compute node, use
* "nodeId eq '{desired-node-id}'"
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status.
* @member {string} [select] An OData $select clause.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 tasks can be returned. Default value: 1000 .
Expand Down Expand Up @@ -13559,7 +13567,9 @@ export interface CertificateAddOptions {
* @constructor
* Additional parameters for list operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
* @member {string} [select] An OData $select clause.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 certificates can be returned. Default value:
Expand Down Expand Up @@ -13865,7 +13875,9 @@ export interface FileGetPropertiesFromComputeNodeOptions {
* @constructor
* Additional parameters for listFromTask operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-task-files.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 files can be returned. Default value: 1000 .
* @member {number} [timeout] The maximum time that the server can spend
Expand Down Expand Up @@ -13895,7 +13907,9 @@ export interface FileListFromTaskOptions {
* @constructor
* Additional parameters for listFromComputeNode operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-compute-node-files.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 files can be returned. Default value: 1000 .
* @member {number} [timeout] The maximum time that the server can spend
Expand Down Expand Up @@ -14314,7 +14328,9 @@ export interface JobScheduleAddOptions {
* @constructor
* Additional parameters for list operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down Expand Up @@ -14374,7 +14390,9 @@ export interface TaskAddOptions {
* @constructor
* Additional parameters for list operation.
*
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-tasks.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down Expand Up @@ -14941,7 +14959,9 @@ export interface ComputeNodeGetRemoteDesktopOptions {
* @constructor
* Additional parameters for list operation.
*
* @member {string} [filter] An OData $filter clause..
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
* @member {string} [select] An OData $select clause.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 nodes can be returned. Default value: 1000 .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class JobListFromJobScheduleOptions {
/**
* Create a JobListFromJobScheduleOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs-in-a-job-schedule.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down
4 changes: 3 additions & 1 deletion lib/services/batch/lib/models/jobListOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class JobListOptions {
/**
* Create a JobListOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-jobs.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
class JobListPreparationAndReleaseTaskStatusOptions {
/**
* Create a JobListPreparationAndReleaseTaskStatusOptions.
* @member {string} [filter] An OData $filter clause. To get the status of
* the Job Preparation and Job Release tasks on a specific compute node, use
* "nodeId eq '{desired-node-id}'"
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-preparation-and-release-status.
* @member {string} [select] An OData $select clause.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 tasks can be returned. Default value: 1000 .
Expand Down
4 changes: 3 additions & 1 deletion lib/services/batch/lib/models/jobScheduleListOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class JobScheduleListOptions {
/**
* Create a JobScheduleListOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-job-schedules.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down
4 changes: 3 additions & 1 deletion lib/services/batch/lib/models/poolListOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class PoolListOptions {
/**
* Create a PoolListOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-pools.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down
6 changes: 3 additions & 3 deletions lib/services/batch/lib/models/poolListUsageMetricsOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class PoolListUsageMetricsOptions {
* This must be at least two hours before the current time. If not specified
* this defaults to the end time of the last aggregation interval currently
* available.
* @member {string} [filter] An OData $filter clause. If this is not
* specified the response includes all pools that existed in the account in
* the time range of the returned aggregation intervals.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-account-usage-metrics.
* @member {number} [maxResults] The maximum number of items to return in the
* response. A maximum of 1000 results will be returned. Default value: 1000
* .
Expand Down
4 changes: 3 additions & 1 deletion lib/services/batch/lib/models/taskListOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
class TaskListOptions {
/**
* Create a TaskListOptions.
* @member {string} [filter] An OData $filter clause.
* @member {string} [filter] An OData $filter clause. For more information on
* constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-tasks.
* @member {string} [select] An OData $select clause.
* @member {string} [expand] An OData $expand clause.
* @member {number} [maxResults] The maximum number of items to return in the
Expand Down
9 changes: 6 additions & 3 deletions lib/services/batch/lib/operations/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const WebResource = msRest.WebResource;
* parameters for the operation
*
* @param {string} [options.accountListNodeAgentSkusOptions.filter] An OData
* $filter clause.
* $filter clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus.
*
* @param {number} [options.accountListNodeAgentSkusOptions.maxResults] The
* maximum number of items to return in the response. A maximum of 1000 results
Expand Down Expand Up @@ -449,7 +450,8 @@ class Account {
* parameters for the operation
*
* @param {string} [options.accountListNodeAgentSkusOptions.filter] An OData
* $filter clause.
* $filter clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus.
*
* @param {number} [options.accountListNodeAgentSkusOptions.maxResults] The
* maximum number of items to return in the response. A maximum of 1000 results
Expand Down Expand Up @@ -504,7 +506,8 @@ class Account {
* parameters for the operation
*
* @param {string} [options.accountListNodeAgentSkusOptions.filter] An OData
* $filter clause.
* $filter clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-node-agent-skus.
*
* @param {number} [options.accountListNodeAgentSkusOptions.maxResults] The
* maximum number of items to return in the response. A maximum of 1000 results
Expand Down
9 changes: 6 additions & 3 deletions lib/services/batch/lib/operations/certificateOperations.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ function _add(certificate, options, callback) {
* the operation
*
* @param {string} [options.certificateListOptions.filter] An OData $filter
* clause.
* clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
*
* @param {string} [options.certificateListOptions.select] An OData $select
* clause.
Expand Down Expand Up @@ -1467,7 +1468,8 @@ class CertificateOperations {
* the operation
*
* @param {string} [options.certificateListOptions.filter] An OData $filter
* clause.
* clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
*
* @param {string} [options.certificateListOptions.select] An OData $select
* clause.
Expand Down Expand Up @@ -1524,7 +1526,8 @@ class CertificateOperations {
* the operation
*
* @param {string} [options.certificateListOptions.filter] An OData $filter
* clause.
* clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-certificates.
*
* @param {string} [options.certificateListOptions.select] An OData $select
* clause.
Expand Down
9 changes: 6 additions & 3 deletions lib/services/batch/lib/operations/computeNodeOperations.js
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,8 @@ function _getRemoteDesktop(poolId, nodeId, options, callback) {
* the operation
*
* @param {string} [options.computeNodeListOptions.filter] An OData $filter
* clause..
* clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
*
* @param {string} [options.computeNodeListOptions.select] An OData $select
* clause.
Expand Down Expand Up @@ -4261,7 +4262,8 @@ class ComputeNodeOperations {
* the operation
*
* @param {string} [options.computeNodeListOptions.filter] An OData $filter
* clause..
* clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
*
* @param {string} [options.computeNodeListOptions.select] An OData $select
* clause.
Expand Down Expand Up @@ -4319,7 +4321,8 @@ class ComputeNodeOperations {
* the operation
*
* @param {string} [options.computeNodeListOptions.filter] An OData $filter
* clause..
* clause. For more information on constructing this filter, see
* https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-nodes-in-a-pool.
*
* @param {string} [options.computeNodeListOptions.select] An OData $select
* clause.
Expand Down
Loading