@azure/arm-qumulo 2.0.1-alpha.20250211.1 → 2.0.1-alpha.20250212.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fileSystems.d.ts +3 -3
- package/dist/browser/operations/fileSystems.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fileSystems.js +79 -87
- package/dist/browser/operations/fileSystems.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/fileSystems.d.ts +1 -1
- package/dist/browser/operationsInterfaces/fileSystems.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fileSystems.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/qumuloStorage.d.ts +2 -2
- package/dist/browser/qumuloStorage.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/qumuloStorage.js +15 -18
- package/dist/browser/qumuloStorage.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-qumulo.d.ts → dist/commonjs/models/index.d.ts} +479 -631
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +83 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +21 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +628 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +12 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +115 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/fileSystems.d.ts +99 -0
- package/dist/commonjs/operations/fileSystems.d.ts.map +1 -0
- package/dist/commonjs/operations/fileSystems.js +493 -0
- package/dist/commonjs/operations/fileSystems.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileSystems.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/fileSystems.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fileSystems.js +10 -0
- package/dist/commonjs/operationsInterfaces/fileSystems.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/qumuloStorage.d.ts +21 -0
- package/dist/commonjs/qumuloStorage.d.ts.map +1 -0
- package/dist/commonjs/qumuloStorage.js +103 -0
- package/dist/commonjs/qumuloStorage.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +479 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +80 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +21 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +625 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +12 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +112 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/fileSystems.d.ts +99 -0
- package/dist/esm/operations/fileSystems.d.ts.map +1 -0
- package/dist/esm/operations/fileSystems.js +489 -0
- package/dist/esm/operations/fileSystems.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fileSystems.d.ts +63 -0
- package/dist/esm/operationsInterfaces/fileSystems.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/fileSystems.js} +2 -3
- package/dist/esm/operationsInterfaces/fileSystems.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/qumuloStorage.d.ts +21 -0
- package/dist/esm/qumuloStorage.d.ts.map +1 -0
- package/dist/esm/qumuloStorage.js +98 -0
- package/dist/esm/qumuloStorage.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +479 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +80 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +21 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +625 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +12 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +112 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/fileSystems.d.ts +99 -0
- package/dist/react-native/operations/fileSystems.d.ts.map +1 -0
- package/dist/react-native/operations/fileSystems.js +489 -0
- package/dist/react-native/operations/fileSystems.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fileSystems.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/fileSystems.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fileSystems.js +9 -0
- package/dist/react-native/operationsInterfaces/fileSystems.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/qumuloStorage.d.ts +21 -0
- package/dist/react-native/qumuloStorage.d.ts.map +1 -0
- package/dist/react-native/qumuloStorage.js +98 -0
- package/dist/react-native/qumuloStorage.js.map +1 -0
- package/package.json +70 -42
- package/dist/index.js +0 -1631
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.js +0 -80
- package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSystemsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSystemsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSystemsDeleteSample.js +0 -54
- package/dist-esm/samples-dev/fileSystemsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSystemsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSystemsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSystemsGetSample.js +0 -54
- package/dist-esm/samples-dev/fileSystemsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.js +0 -84
- package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.js +0 -82
- package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/fileSystemsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fileSystemsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fileSystemsUpdateSample.js +0 -64
- package/dist-esm/samples-dev/fileSystemsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -82
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/fileSystems.d.ts.map +0 -1
- package/dist-esm/src/operations/fileSystems.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fileSystems.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/qumuloStorage.d.ts.map +0 -1
- package/dist-esm/src/qumuloStorage.js.map +0 -1
- package/dist-esm/test/liftrqumulo_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/liftrqumulo_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/liftrqumulo_operations_test.spec.js +0 -72
- package/dist-esm/test/liftrqumulo_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -539
- package/src/models/mappers.ts +0 -661
- package/src/models/parameters.ts +0 -130
- package/src/operations/fileSystems.ts +0 -643
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/fileSystems.ts +0 -127
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/src/qumuloStorage.ts +0 -143
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileSystems.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,539 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
12
|
-
export interface OperationListResult {
|
|
13
|
-
/**
|
|
14
|
-
* List of operations supported by the resource provider
|
|
15
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
-
*/
|
|
17
|
-
readonly value?: Operation[];
|
|
18
|
-
/**
|
|
19
|
-
* URL to get the next set of operation list results (if there are any).
|
|
20
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
21
|
-
*/
|
|
22
|
-
readonly nextLink?: string;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
26
|
-
export interface Operation {
|
|
27
|
-
/**
|
|
28
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
29
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
-
*/
|
|
31
|
-
readonly name?: string;
|
|
32
|
-
/**
|
|
33
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
34
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
-
*/
|
|
36
|
-
readonly isDataAction?: boolean;
|
|
37
|
-
/** Localized display information for this particular operation. */
|
|
38
|
-
display?: OperationDisplay;
|
|
39
|
-
/**
|
|
40
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
41
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
42
|
-
*/
|
|
43
|
-
readonly origin?: Origin;
|
|
44
|
-
/**
|
|
45
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
46
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
-
*/
|
|
48
|
-
readonly actionType?: ActionType;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/** Localized display information for this particular operation. */
|
|
52
|
-
export interface OperationDisplay {
|
|
53
|
-
/**
|
|
54
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
55
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
-
*/
|
|
57
|
-
readonly provider?: string;
|
|
58
|
-
/**
|
|
59
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly resource?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly operation?: string;
|
|
68
|
-
/**
|
|
69
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly description?: string;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
76
|
-
export interface ErrorResponse {
|
|
77
|
-
/** The error object. */
|
|
78
|
-
error?: ErrorDetail;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/** The error detail. */
|
|
82
|
-
export interface ErrorDetail {
|
|
83
|
-
/**
|
|
84
|
-
* The error code.
|
|
85
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
-
*/
|
|
87
|
-
readonly code?: string;
|
|
88
|
-
/**
|
|
89
|
-
* The error message.
|
|
90
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
-
*/
|
|
92
|
-
readonly message?: string;
|
|
93
|
-
/**
|
|
94
|
-
* The error target.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly target?: string;
|
|
98
|
-
/**
|
|
99
|
-
* The error details.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly details?: ErrorDetail[];
|
|
103
|
-
/**
|
|
104
|
-
* The error additional info.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
/** The resource management error additional info. */
|
|
111
|
-
export interface ErrorAdditionalInfo {
|
|
112
|
-
/**
|
|
113
|
-
* The additional info type.
|
|
114
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
-
*/
|
|
116
|
-
readonly type?: string;
|
|
117
|
-
/**
|
|
118
|
-
* The additional info.
|
|
119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
-
*/
|
|
121
|
-
readonly info?: Record<string, unknown>;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/** The response of a FileSystemResource list operation. */
|
|
125
|
-
export interface FileSystemResourceListResult {
|
|
126
|
-
/** The FileSystemResource items on this page */
|
|
127
|
-
value: FileSystemResource[];
|
|
128
|
-
/** The link to the next page of items */
|
|
129
|
-
nextLink?: string;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
/** MarketplaceDetails of Qumulo FileSystem resource */
|
|
133
|
-
export interface MarketplaceDetails {
|
|
134
|
-
/** Marketplace Subscription Id */
|
|
135
|
-
marketplaceSubscriptionId?: string;
|
|
136
|
-
/** Plan Id */
|
|
137
|
-
planId: string;
|
|
138
|
-
/** Offer Id */
|
|
139
|
-
offerId: string;
|
|
140
|
-
/** Publisher Id */
|
|
141
|
-
publisherId?: string;
|
|
142
|
-
/** Term Unit */
|
|
143
|
-
termUnit?: string;
|
|
144
|
-
/**
|
|
145
|
-
* Marketplace subscription status
|
|
146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
-
*/
|
|
148
|
-
readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/** User Details of Qumulo FileSystem resource */
|
|
152
|
-
export interface UserDetails {
|
|
153
|
-
/** User Email */
|
|
154
|
-
email: string;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
158
|
-
export interface ManagedServiceIdentity {
|
|
159
|
-
/**
|
|
160
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
161
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
-
*/
|
|
163
|
-
readonly principalId?: string;
|
|
164
|
-
/**
|
|
165
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
166
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
|
-
*/
|
|
168
|
-
readonly tenantId?: string;
|
|
169
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
170
|
-
type: ManagedServiceIdentityType;
|
|
171
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
172
|
-
userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/** User assigned identity properties */
|
|
176
|
-
export interface UserAssignedIdentity {
|
|
177
|
-
/**
|
|
178
|
-
* The principal ID of the assigned identity.
|
|
179
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
180
|
-
*/
|
|
181
|
-
readonly principalId?: string;
|
|
182
|
-
/**
|
|
183
|
-
* The client ID of the assigned identity.
|
|
184
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
185
|
-
*/
|
|
186
|
-
readonly clientId?: string;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
190
|
-
export interface Resource {
|
|
191
|
-
/**
|
|
192
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
-
*/
|
|
195
|
-
readonly id?: string;
|
|
196
|
-
/**
|
|
197
|
-
* The name of the resource
|
|
198
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
-
*/
|
|
200
|
-
readonly name?: string;
|
|
201
|
-
/**
|
|
202
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
203
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
204
|
-
*/
|
|
205
|
-
readonly type?: string;
|
|
206
|
-
/**
|
|
207
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
208
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
209
|
-
*/
|
|
210
|
-
readonly systemData?: SystemData;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
214
|
-
export interface SystemData {
|
|
215
|
-
/** The identity that created the resource. */
|
|
216
|
-
createdBy?: string;
|
|
217
|
-
/** The type of identity that created the resource. */
|
|
218
|
-
createdByType?: CreatedByType;
|
|
219
|
-
/** The timestamp of resource creation (UTC). */
|
|
220
|
-
createdAt?: Date;
|
|
221
|
-
/** The identity that last modified the resource. */
|
|
222
|
-
lastModifiedBy?: string;
|
|
223
|
-
/** The type of identity that last modified the resource. */
|
|
224
|
-
lastModifiedByType?: CreatedByType;
|
|
225
|
-
/** The timestamp of resource last modification (UTC) */
|
|
226
|
-
lastModifiedAt?: Date;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
/** The type used for update operations of the FileSystemResource. */
|
|
230
|
-
export interface FileSystemResourceUpdate {
|
|
231
|
-
/** The managed service identities assigned to this resource. */
|
|
232
|
-
identity?: ManagedServiceIdentity;
|
|
233
|
-
/** Resource tags. */
|
|
234
|
-
tags?: { [propertyName: string]: string };
|
|
235
|
-
/** The updatable properties of the FileSystemResource. */
|
|
236
|
-
properties?: FileSystemResourceUpdateProperties;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/** The updatable properties of the FileSystemResource. */
|
|
240
|
-
export interface FileSystemResourceUpdateProperties {
|
|
241
|
-
/** Marketplace details */
|
|
242
|
-
marketplaceDetails?: MarketplaceDetails;
|
|
243
|
-
/** User Details */
|
|
244
|
-
userDetails?: UserDetails;
|
|
245
|
-
/** Delegated subnet id for Vnet injection */
|
|
246
|
-
delegatedSubnetId?: string;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
250
|
-
export interface TrackedResource extends Resource {
|
|
251
|
-
/** Resource tags. */
|
|
252
|
-
tags?: { [propertyName: string]: string };
|
|
253
|
-
/** The geo-location where the resource lives */
|
|
254
|
-
location: string;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
|
|
258
|
-
export interface FileSystemResource extends TrackedResource {
|
|
259
|
-
/** The managed service identities assigned to this resource. */
|
|
260
|
-
identity?: ManagedServiceIdentity;
|
|
261
|
-
/** Marketplace details */
|
|
262
|
-
marketplaceDetails?: MarketplaceDetails;
|
|
263
|
-
/**
|
|
264
|
-
* Provisioning State of the resource
|
|
265
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
-
*/
|
|
267
|
-
readonly provisioningState?: ProvisioningState;
|
|
268
|
-
/** Storage Sku */
|
|
269
|
-
storageSku?: string;
|
|
270
|
-
/** User Details */
|
|
271
|
-
userDetails?: UserDetails;
|
|
272
|
-
/** Delegated subnet id for Vnet injection */
|
|
273
|
-
delegatedSubnetId?: string;
|
|
274
|
-
/** File system Id of the resource */
|
|
275
|
-
clusterLoginUrl?: string;
|
|
276
|
-
/** Private IPs of the resource */
|
|
277
|
-
privateIPs?: string[];
|
|
278
|
-
/** Initial administrator password of the resource */
|
|
279
|
-
adminPassword?: string;
|
|
280
|
-
/** Availability zone */
|
|
281
|
-
availabilityZone?: string;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
/** Defines headers for FileSystems_createOrUpdate operation. */
|
|
285
|
-
export interface FileSystemsCreateOrUpdateHeaders {
|
|
286
|
-
/** A link to the status monitor */
|
|
287
|
-
azureAsyncOperation?: string;
|
|
288
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
289
|
-
retryAfter?: number;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
/** Defines headers for FileSystems_delete operation. */
|
|
293
|
-
export interface FileSystemsDeleteHeaders {
|
|
294
|
-
/** A link to the status monitor */
|
|
295
|
-
azureAsyncOperation?: string;
|
|
296
|
-
/** The Location header contains the URL where the status of the long running operation can be checked. */
|
|
297
|
-
location?: string;
|
|
298
|
-
/** The Retry-After header can indicate how long the client should wait before polling the operation status. */
|
|
299
|
-
retryAfter?: number;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
303
|
-
export enum KnownOrigin {
|
|
304
|
-
/** User */
|
|
305
|
-
User = "user",
|
|
306
|
-
/** System */
|
|
307
|
-
System = "system",
|
|
308
|
-
/** UserSystem */
|
|
309
|
-
UserSystem = "user,system",
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* Defines values for Origin. \
|
|
314
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
315
|
-
* this enum contains the known values that the service supports.
|
|
316
|
-
* ### Known values supported by the service
|
|
317
|
-
* **user** \
|
|
318
|
-
* **system** \
|
|
319
|
-
* **user,system**
|
|
320
|
-
*/
|
|
321
|
-
export type Origin = string;
|
|
322
|
-
|
|
323
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
324
|
-
export enum KnownActionType {
|
|
325
|
-
/** Internal */
|
|
326
|
-
Internal = "Internal",
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
/**
|
|
330
|
-
* Defines values for ActionType. \
|
|
331
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
332
|
-
* this enum contains the known values that the service supports.
|
|
333
|
-
* ### Known values supported by the service
|
|
334
|
-
* **Internal**
|
|
335
|
-
*/
|
|
336
|
-
export type ActionType = string;
|
|
337
|
-
|
|
338
|
-
/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
|
|
339
|
-
export enum KnownMarketplaceSubscriptionStatus {
|
|
340
|
-
/** Fulfillment has not started */
|
|
341
|
-
PendingFulfillmentStart = "PendingFulfillmentStart",
|
|
342
|
-
/** Marketplace offer is subscribed */
|
|
343
|
-
Subscribed = "Subscribed",
|
|
344
|
-
/** Marketplace offer is suspended because of non payment */
|
|
345
|
-
Suspended = "Suspended",
|
|
346
|
-
/** Marketplace offer is unsubscribed */
|
|
347
|
-
Unsubscribed = "Unsubscribed",
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/**
|
|
351
|
-
* Defines values for MarketplaceSubscriptionStatus. \
|
|
352
|
-
* {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
|
|
353
|
-
* this enum contains the known values that the service supports.
|
|
354
|
-
* ### Known values supported by the service
|
|
355
|
-
* **PendingFulfillmentStart**: Fulfillment has not started \
|
|
356
|
-
* **Subscribed**: Marketplace offer is subscribed \
|
|
357
|
-
* **Suspended**: Marketplace offer is suspended because of non payment \
|
|
358
|
-
* **Unsubscribed**: Marketplace offer is unsubscribed
|
|
359
|
-
*/
|
|
360
|
-
export type MarketplaceSubscriptionStatus = string;
|
|
361
|
-
|
|
362
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
363
|
-
export enum KnownProvisioningState {
|
|
364
|
-
/** File system resource creation request accepted */
|
|
365
|
-
Accepted = "Accepted",
|
|
366
|
-
/** File system resource creation started */
|
|
367
|
-
Creating = "Creating",
|
|
368
|
-
/** File system resource is being updated */
|
|
369
|
-
Updating = "Updating",
|
|
370
|
-
/** File system resource deletion started */
|
|
371
|
-
Deleting = "Deleting",
|
|
372
|
-
/** File system resource creation successful */
|
|
373
|
-
Succeeded = "Succeeded",
|
|
374
|
-
/** File system resource creation failed */
|
|
375
|
-
Failed = "Failed",
|
|
376
|
-
/** File system resource creation canceled */
|
|
377
|
-
Canceled = "Canceled",
|
|
378
|
-
/** File system resource is deleted */
|
|
379
|
-
Deleted = "Deleted",
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* Defines values for ProvisioningState. \
|
|
384
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
385
|
-
* this enum contains the known values that the service supports.
|
|
386
|
-
* ### Known values supported by the service
|
|
387
|
-
* **Accepted**: File system resource creation request accepted \
|
|
388
|
-
* **Creating**: File system resource creation started \
|
|
389
|
-
* **Updating**: File system resource is being updated \
|
|
390
|
-
* **Deleting**: File system resource deletion started \
|
|
391
|
-
* **Succeeded**: File system resource creation successful \
|
|
392
|
-
* **Failed**: File system resource creation failed \
|
|
393
|
-
* **Canceled**: File system resource creation canceled \
|
|
394
|
-
* **Deleted**: File system resource is deleted
|
|
395
|
-
*/
|
|
396
|
-
export type ProvisioningState = string;
|
|
397
|
-
|
|
398
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
399
|
-
export enum KnownManagedServiceIdentityType {
|
|
400
|
-
/** None */
|
|
401
|
-
None = "None",
|
|
402
|
-
/** SystemAssigned */
|
|
403
|
-
SystemAssigned = "SystemAssigned",
|
|
404
|
-
/** UserAssigned */
|
|
405
|
-
UserAssigned = "UserAssigned",
|
|
406
|
-
/** SystemAssignedUserAssigned */
|
|
407
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
/**
|
|
411
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
412
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
413
|
-
* this enum contains the known values that the service supports.
|
|
414
|
-
* ### Known values supported by the service
|
|
415
|
-
* **None** \
|
|
416
|
-
* **SystemAssigned** \
|
|
417
|
-
* **UserAssigned** \
|
|
418
|
-
* **SystemAssigned,UserAssigned**
|
|
419
|
-
*/
|
|
420
|
-
export type ManagedServiceIdentityType = string;
|
|
421
|
-
|
|
422
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
423
|
-
export enum KnownCreatedByType {
|
|
424
|
-
/** User */
|
|
425
|
-
User = "User",
|
|
426
|
-
/** Application */
|
|
427
|
-
Application = "Application",
|
|
428
|
-
/** ManagedIdentity */
|
|
429
|
-
ManagedIdentity = "ManagedIdentity",
|
|
430
|
-
/** Key */
|
|
431
|
-
Key = "Key",
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
/**
|
|
435
|
-
* Defines values for CreatedByType. \
|
|
436
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
437
|
-
* this enum contains the known values that the service supports.
|
|
438
|
-
* ### Known values supported by the service
|
|
439
|
-
* **User** \
|
|
440
|
-
* **Application** \
|
|
441
|
-
* **ManagedIdentity** \
|
|
442
|
-
* **Key**
|
|
443
|
-
*/
|
|
444
|
-
export type CreatedByType = string;
|
|
445
|
-
|
|
446
|
-
/** Optional parameters. */
|
|
447
|
-
export interface OperationsListOptionalParams
|
|
448
|
-
extends coreClient.OperationOptions {}
|
|
449
|
-
|
|
450
|
-
/** Contains response data for the list operation. */
|
|
451
|
-
export type OperationsListResponse = OperationListResult;
|
|
452
|
-
|
|
453
|
-
/** Optional parameters. */
|
|
454
|
-
export interface OperationsListNextOptionalParams
|
|
455
|
-
extends coreClient.OperationOptions {}
|
|
456
|
-
|
|
457
|
-
/** Contains response data for the listNext operation. */
|
|
458
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
459
|
-
|
|
460
|
-
/** Optional parameters. */
|
|
461
|
-
export interface FileSystemsListBySubscriptionOptionalParams
|
|
462
|
-
extends coreClient.OperationOptions {}
|
|
463
|
-
|
|
464
|
-
/** Contains response data for the listBySubscription operation. */
|
|
465
|
-
export type FileSystemsListBySubscriptionResponse =
|
|
466
|
-
FileSystemResourceListResult;
|
|
467
|
-
|
|
468
|
-
/** Optional parameters. */
|
|
469
|
-
export interface FileSystemsListByResourceGroupOptionalParams
|
|
470
|
-
extends coreClient.OperationOptions {}
|
|
471
|
-
|
|
472
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
473
|
-
export type FileSystemsListByResourceGroupResponse =
|
|
474
|
-
FileSystemResourceListResult;
|
|
475
|
-
|
|
476
|
-
/** Optional parameters. */
|
|
477
|
-
export interface FileSystemsGetOptionalParams
|
|
478
|
-
extends coreClient.OperationOptions {}
|
|
479
|
-
|
|
480
|
-
/** Contains response data for the get operation. */
|
|
481
|
-
export type FileSystemsGetResponse = FileSystemResource;
|
|
482
|
-
|
|
483
|
-
/** Optional parameters. */
|
|
484
|
-
export interface FileSystemsCreateOrUpdateOptionalParams
|
|
485
|
-
extends coreClient.OperationOptions {
|
|
486
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
487
|
-
updateIntervalInMs?: number;
|
|
488
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
489
|
-
resumeFrom?: string;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
493
|
-
export type FileSystemsCreateOrUpdateResponse = FileSystemResource;
|
|
494
|
-
|
|
495
|
-
/** Optional parameters. */
|
|
496
|
-
export interface FileSystemsUpdateOptionalParams
|
|
497
|
-
extends coreClient.OperationOptions {}
|
|
498
|
-
|
|
499
|
-
/** Contains response data for the update operation. */
|
|
500
|
-
export type FileSystemsUpdateResponse = FileSystemResource;
|
|
501
|
-
|
|
502
|
-
/** Optional parameters. */
|
|
503
|
-
export interface FileSystemsDeleteOptionalParams
|
|
504
|
-
extends coreClient.OperationOptions {
|
|
505
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
506
|
-
updateIntervalInMs?: number;
|
|
507
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
508
|
-
resumeFrom?: string;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
/** Contains response data for the delete operation. */
|
|
512
|
-
export type FileSystemsDeleteResponse = FileSystemsDeleteHeaders;
|
|
513
|
-
|
|
514
|
-
/** Optional parameters. */
|
|
515
|
-
export interface FileSystemsListBySubscriptionNextOptionalParams
|
|
516
|
-
extends coreClient.OperationOptions {}
|
|
517
|
-
|
|
518
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
519
|
-
export type FileSystemsListBySubscriptionNextResponse =
|
|
520
|
-
FileSystemResourceListResult;
|
|
521
|
-
|
|
522
|
-
/** Optional parameters. */
|
|
523
|
-
export interface FileSystemsListByResourceGroupNextOptionalParams
|
|
524
|
-
extends coreClient.OperationOptions {}
|
|
525
|
-
|
|
526
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
527
|
-
export type FileSystemsListByResourceGroupNextResponse =
|
|
528
|
-
FileSystemResourceListResult;
|
|
529
|
-
|
|
530
|
-
/** Optional parameters. */
|
|
531
|
-
export interface QumuloStorageOptionalParams
|
|
532
|
-
extends coreClient.ServiceClientOptions {
|
|
533
|
-
/** server parameter */
|
|
534
|
-
$host?: string;
|
|
535
|
-
/** Api Version */
|
|
536
|
-
apiVersion?: string;
|
|
537
|
-
/** Overrides client endpoint. */
|
|
538
|
-
endpoint?: string;
|
|
539
|
-
}
|