mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
@@ -1168,7 +1168,7 @@ export class DefaultApi {
|
|||||||
* @param {*} [options] Override http request options.
|
* @param {*} [options] Override http request options.
|
||||||
*/
|
*/
|
||||||
public createMount (xRequestId: string, connection: string, remote: string, mount: string, credentials?: any, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
public createMount (xRequestId: string, connection: string, remote: string, mount: string, credentials?: any, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
||||||
const localVarPath = this.basePath + '/api/v1/storage/mounts';
|
const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts';
|
||||||
let localVarQueryParameters: any = {};
|
let localVarQueryParameters: any = {};
|
||||||
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
||||||
let localVarFormParams: any = {};
|
let localVarFormParams: any = {};
|
||||||
@@ -1316,7 +1316,7 @@ export class DefaultApi {
|
|||||||
* @param {*} [options] Override http request options.
|
* @param {*} [options] Override http request options.
|
||||||
*/
|
*/
|
||||||
public deleteMount (xRequestId: string, connection: string, mount: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
public deleteMount (xRequestId: string, connection: string, mount: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
||||||
const localVarPath = this.basePath + '/api/v1/storage/mounts';
|
const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts';
|
||||||
let localVarQueryParameters: any = {};
|
let localVarQueryParameters: any = {};
|
||||||
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
||||||
let localVarFormParams: any = {};
|
let localVarFormParams: any = {};
|
||||||
@@ -1600,7 +1600,7 @@ export class DefaultApi {
|
|||||||
* @param {*} [options] Override http request options.
|
* @param {*} [options] Override http request options.
|
||||||
*/
|
*/
|
||||||
public listMounts (xRequestId: string, connection: string, mount?: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
public listMounts (xRequestId: string, connection: string, mount?: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
||||||
const localVarPath = this.basePath + '/api/v1/storage/mounts';
|
const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts';
|
||||||
let localVarQueryParameters: any = {};
|
let localVarQueryParameters: any = {};
|
||||||
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
||||||
let localVarFormParams: any = {};
|
let localVarFormParams: any = {};
|
||||||
@@ -1669,7 +1669,7 @@ export class DefaultApi {
|
|||||||
* @param {*} [options] Override http request options.
|
* @param {*} [options] Override http request options.
|
||||||
*/
|
*/
|
||||||
public refreshMount (xRequestId: string, connection: string, mount: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
public refreshMount (xRequestId: string, connection: string, mount: string, options: any = {}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
||||||
const localVarPath = this.basePath + '/api/v1/storage/mounts/refresh';
|
const localVarPath = this.basePath + '/api/v1/bdc/services/hdfs/mounts/refresh';
|
||||||
let localVarQueryParameters: any = {};
|
let localVarQueryParameters: any = {};
|
||||||
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
let localVarHeaderParams: any = (<any>Object).assign({}, this.defaultHeaders);
|
||||||
let localVarFormParams: any = {};
|
let localVarFormParams: any = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user