@azure/arm-storage 18.3.1-alpha.20250225.1 → 18.4.0-alpha.20250227.2
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/CHANGELOG.md +47 -9
- package/LICENSE +4 -4
- package/README.md +3 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +301 -6
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +12 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +11 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +431 -8
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +3 -2
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +22 -11
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/blobContainers.d.ts +9 -9
- package/dist/browser/operations/blobContainers.js +9 -9
- package/dist/browser/operations/blobContainers.js.map +1 -1
- package/dist/browser/operations/encryptionScopes.js +1 -1
- package/dist/browser/operations/encryptionScopes.js.map +1 -1
- package/dist/browser/operations/fileServices.d.ts +46 -1
- package/dist/browser/operations/fileServices.d.ts.map +1 -1
- package/dist/browser/operations/fileServices.js +174 -0
- package/dist/browser/operations/fileServices.js.map +1 -1
- package/dist/browser/operations/localUsersOperations.js +1 -1
- package/dist/browser/operations/localUsersOperations.js.map +1 -1
- package/dist/browser/operations/storageAccounts.d.ts +2 -2
- package/dist/browser/operations/storageAccounts.js +2 -2
- package/dist/browser/operations/storageAccounts.js.map +1 -1
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js +1 -1
- package/dist/browser/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/browser/operations/storageTaskAssignments.js +1 -1
- package/dist/browser/operations/storageTaskAssignments.js.map +1 -1
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js +1 -1
- package/dist/browser/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/browser/operationsInterfaces/blobContainers.d.ts +9 -9
- package/dist/browser/operationsInterfaces/blobContainers.js.map +1 -1
- package/dist/browser/operationsInterfaces/fileServices.d.ts +23 -1
- package/dist/browser/operationsInterfaces/fileServices.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/fileServices.js.map +1 -1
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts +2 -2
- package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -1
- package/dist/browser/storageManagementClient.js +2 -2
- package/dist/browser/storageManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +301 -6
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +12 -0
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +11 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +436 -12
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +3 -2
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +24 -13
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/blobContainers.d.ts +9 -9
- package/dist/commonjs/operations/blobContainers.js +9 -9
- package/dist/commonjs/operations/blobContainers.js.map +1 -1
- package/dist/commonjs/operations/encryptionScopes.js +1 -1
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -1
- package/dist/commonjs/operations/fileServices.d.ts +46 -1
- package/dist/commonjs/operations/fileServices.d.ts.map +1 -1
- package/dist/commonjs/operations/fileServices.js +173 -0
- package/dist/commonjs/operations/fileServices.js.map +1 -1
- package/dist/commonjs/operations/localUsersOperations.js +1 -1
- package/dist/commonjs/operations/localUsersOperations.js.map +1 -1
- package/dist/commonjs/operations/storageAccounts.d.ts +2 -2
- package/dist/commonjs/operations/storageAccounts.js +2 -2
- package/dist/commonjs/operations/storageAccounts.js.map +1 -1
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js +1 -1
- package/dist/commonjs/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/commonjs/operations/storageTaskAssignments.js +1 -1
- package/dist/commonjs/operations/storageTaskAssignments.js.map +1 -1
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js +1 -1
- package/dist/commonjs/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/blobContainers.d.ts +9 -9
- package/dist/commonjs/operationsInterfaces/blobContainers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts +23 -1
- package/dist/commonjs/operationsInterfaces/fileServices.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/fileServices.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -1
- package/dist/commonjs/storageManagementClient.js +2 -2
- package/dist/commonjs/storageManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +301 -6
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +11 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +431 -8
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +3 -2
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +22 -11
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/blobContainers.d.ts +9 -9
- package/dist/esm/operations/blobContainers.js +9 -9
- package/dist/esm/operations/blobContainers.js.map +1 -1
- package/dist/esm/operations/encryptionScopes.js +1 -1
- package/dist/esm/operations/encryptionScopes.js.map +1 -1
- package/dist/esm/operations/fileServices.d.ts +46 -1
- package/dist/esm/operations/fileServices.d.ts.map +1 -1
- package/dist/esm/operations/fileServices.js +174 -0
- package/dist/esm/operations/fileServices.js.map +1 -1
- package/dist/esm/operations/localUsersOperations.js +1 -1
- package/dist/esm/operations/localUsersOperations.js.map +1 -1
- package/dist/esm/operations/storageAccounts.d.ts +2 -2
- package/dist/esm/operations/storageAccounts.js +2 -2
- package/dist/esm/operations/storageAccounts.js.map +1 -1
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js +1 -1
- package/dist/esm/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/esm/operations/storageTaskAssignments.js +1 -1
- package/dist/esm/operations/storageTaskAssignments.js.map +1 -1
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js +1 -1
- package/dist/esm/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/esm/operationsInterfaces/blobContainers.d.ts +9 -9
- package/dist/esm/operationsInterfaces/blobContainers.js.map +1 -1
- package/dist/esm/operationsInterfaces/fileServices.d.ts +23 -1
- package/dist/esm/operationsInterfaces/fileServices.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/fileServices.js.map +1 -1
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts +2 -2
- package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -1
- package/dist/esm/storageManagementClient.js +2 -2
- package/dist/esm/storageManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +301 -6
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +12 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +11 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +431 -8
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +3 -2
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +22 -11
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/blobContainers.d.ts +9 -9
- package/dist/react-native/operations/blobContainers.js +9 -9
- package/dist/react-native/operations/blobContainers.js.map +1 -1
- package/dist/react-native/operations/encryptionScopes.js +1 -1
- package/dist/react-native/operations/encryptionScopes.js.map +1 -1
- package/dist/react-native/operations/fileServices.d.ts +46 -1
- package/dist/react-native/operations/fileServices.d.ts.map +1 -1
- package/dist/react-native/operations/fileServices.js +174 -0
- package/dist/react-native/operations/fileServices.js.map +1 -1
- package/dist/react-native/operations/localUsersOperations.js +1 -1
- package/dist/react-native/operations/localUsersOperations.js.map +1 -1
- package/dist/react-native/operations/storageAccounts.d.ts +2 -2
- package/dist/react-native/operations/storageAccounts.js +2 -2
- package/dist/react-native/operations/storageAccounts.js.map +1 -1
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js +1 -1
- package/dist/react-native/operations/storageTaskAssignmentInstancesReport.js.map +1 -1
- package/dist/react-native/operations/storageTaskAssignments.js +1 -1
- package/dist/react-native/operations/storageTaskAssignments.js.map +1 -1
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js +1 -1
- package/dist/react-native/operations/storageTaskAssignmentsInstancesReport.js.map +1 -1
- package/dist/react-native/operationsInterfaces/blobContainers.d.ts +9 -9
- package/dist/react-native/operationsInterfaces/blobContainers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/fileServices.d.ts +23 -1
- package/dist/react-native/operationsInterfaces/fileServices.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/fileServices.js.map +1 -1
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -1
- package/dist/react-native/storageManagementClient.js +2 -2
- package/dist/react-native/storageManagementClient.js.map +1 -1
- package/package.json +7 -7
- package/review/arm-storage.api.md +126 -0
|
@@ -22,6 +22,8 @@ export declare const parameters2: OperationParameter;
|
|
|
22
22
|
export declare const nextLink: OperationURLParameter;
|
|
23
23
|
export declare const parameters3: OperationParameter;
|
|
24
24
|
export declare const fileServicesName: OperationURLParameter;
|
|
25
|
+
export declare const maxpagesize1: OperationQueryParameter;
|
|
26
|
+
export declare const fileServiceUsagesName: OperationURLParameter;
|
|
25
27
|
export declare const expand: OperationQueryParameter;
|
|
26
28
|
export declare const fileShare: OperationParameter;
|
|
27
29
|
export declare const shareName: OperationURLParameter;
|
|
@@ -57,7 +59,7 @@ export declare const privateEndpointConnectionName: OperationURLParameter;
|
|
|
57
59
|
export declare const properties2: OperationParameter;
|
|
58
60
|
export declare const objectReplicationPolicyId: OperationURLParameter;
|
|
59
61
|
export declare const properties3: OperationParameter;
|
|
60
|
-
export declare const
|
|
62
|
+
export declare const maxpagesize2: OperationQueryParameter;
|
|
61
63
|
export declare const include2: OperationQueryParameter;
|
|
62
64
|
export declare const username: OperationURLParameter;
|
|
63
65
|
export declare const properties4: OperationParameter;
|
|
@@ -72,5 +74,4 @@ export declare const networkSecurityPerimeterConfigurationName: OperationURLPara
|
|
|
72
74
|
export declare const parameters14: OperationParameter;
|
|
73
75
|
export declare const storageTaskAssignmentName: OperationURLParameter;
|
|
74
76
|
export declare const parameters15: OperationParameter;
|
|
75
|
-
export declare const maxpagesize2: OperationQueryParameter;
|
|
76
77
|
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
10
|
+
exports.accountName2 = exports.parameters11 = exports.migrationName = exports.parameters10 = exports.requestType = exports.failoverType = exports.parameters9 = exports.parameters8 = exports.regenerateKey = exports.expand2 = exports.parameters7 = exports.expand1 = exports.parameters6 = exports.accountName1 = exports.queueName = exports.queue = exports.queueServiceName = exports.parameters5 = exports.parameters4 = exports.deletedShare = exports.include1 = exports.xMsSnapshot = exports.shareName = exports.fileShare = exports.expand = exports.fileServiceUsagesName = exports.maxpagesize1 = exports.fileServicesName = exports.parameters3 = exports.nextLink = exports.parameters2 = exports.ifMatch1 = exports.ifMatch = exports.immutabilityPolicyName = exports.parameters1 = exports.legalHold = exports.containerName = exports.blobContainer = exports.include = exports.filter = exports.maxpagesize = exports.blobServicesName = exports.parameters = exports.contentType = exports.subscriptionId = exports.apiVersion = exports.accountName = exports.resourceGroupName = exports.$host = exports.accept = void 0;
|
|
11
|
+
exports.parameters15 = exports.storageTaskAssignmentName = exports.parameters14 = exports.networkSecurityPerimeterConfigurationName = exports.tableName = exports.parameters13 = exports.tableServiceName = exports.parameters12 = exports.include3 = exports.encryptionScopeName = exports.encryptionScope = exports.properties4 = exports.username = exports.include2 = exports.maxpagesize2 = exports.properties3 = exports.objectReplicationPolicyId = exports.properties2 = exports.privateEndpointConnectionName = exports.properties1 = exports.blobInventoryPolicyName = exports.properties = exports.managementPolicyName = exports.location = exports.deletedAccountName = void 0;
|
|
12
12
|
const mappers_js_1 = require("../models/mappers.js");
|
|
13
13
|
exports.accept = {
|
|
14
14
|
parameterPath: "accept",
|
|
@@ -64,7 +64,7 @@ exports.accountName = {
|
|
|
64
64
|
exports.apiVersion = {
|
|
65
65
|
parameterPath: "apiVersion",
|
|
66
66
|
mapper: {
|
|
67
|
-
defaultValue: "
|
|
67
|
+
defaultValue: "2024-01-01",
|
|
68
68
|
isConstant: true,
|
|
69
69
|
serializedName: "api-version",
|
|
70
70
|
type: {
|
|
@@ -224,6 +224,26 @@ exports.fileServicesName = {
|
|
|
224
224
|
},
|
|
225
225
|
},
|
|
226
226
|
};
|
|
227
|
+
exports.maxpagesize1 = {
|
|
228
|
+
parameterPath: ["options", "maxpagesize"],
|
|
229
|
+
mapper: {
|
|
230
|
+
serializedName: "$maxpagesize",
|
|
231
|
+
type: {
|
|
232
|
+
name: "Number",
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
};
|
|
236
|
+
exports.fileServiceUsagesName = {
|
|
237
|
+
parameterPath: "fileServiceUsagesName",
|
|
238
|
+
mapper: {
|
|
239
|
+
defaultValue: "default",
|
|
240
|
+
isConstant: true,
|
|
241
|
+
serializedName: "fileServiceUsagesName",
|
|
242
|
+
type: {
|
|
243
|
+
name: "String",
|
|
244
|
+
},
|
|
245
|
+
},
|
|
246
|
+
};
|
|
227
247
|
exports.expand = {
|
|
228
248
|
parameterPath: ["options", "expand"],
|
|
229
249
|
mapper: {
|
|
@@ -492,7 +512,7 @@ exports.properties3 = {
|
|
|
492
512
|
parameterPath: "properties",
|
|
493
513
|
mapper: mappers_js_1.ObjectReplicationPolicy,
|
|
494
514
|
};
|
|
495
|
-
exports.
|
|
515
|
+
exports.maxpagesize2 = {
|
|
496
516
|
parameterPath: ["options", "maxpagesize"],
|
|
497
517
|
mapper: {
|
|
498
518
|
constraints: {
|
|
@@ -629,13 +649,4 @@ exports.parameters15 = {
|
|
|
629
649
|
parameterPath: "parameters",
|
|
630
650
|
mapper: mappers_js_1.StorageTaskAssignmentUpdateParameters,
|
|
631
651
|
};
|
|
632
|
-
exports.maxpagesize2 = {
|
|
633
|
-
parameterPath: ["options", "maxpagesize"],
|
|
634
|
-
mapper: {
|
|
635
|
-
serializedName: "$maxpagesize",
|
|
636
|
-
type: {
|
|
637
|
-
name: "Number",
|
|
638
|
-
},
|
|
639
|
-
},
|
|
640
|
-
};
|
|
641
652
|
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n BlobServiceProperties as BlobServicePropertiesMapper,\n BlobContainer as BlobContainerMapper,\n LegalHold as LegalHoldMapper,\n ImmutabilityPolicy as ImmutabilityPolicyMapper,\n LeaseContainerRequest as LeaseContainerRequestMapper,\n FileServiceProperties as FileServicePropertiesMapper,\n FileShare as FileShareMapper,\n DeletedShare as DeletedShareMapper,\n LeaseShareRequest as LeaseShareRequestMapper,\n QueueServiceProperties as QueueServicePropertiesMapper,\n StorageQueue as StorageQueueMapper,\n StorageAccountCheckNameAvailabilityParameters as StorageAccountCheckNameAvailabilityParametersMapper,\n StorageAccountCreateParameters as StorageAccountCreateParametersMapper,\n StorageAccountUpdateParameters as StorageAccountUpdateParametersMapper,\n StorageAccountRegenerateKeyParameters as StorageAccountRegenerateKeyParametersMapper,\n AccountSasParameters as AccountSasParametersMapper,\n ServiceSasParameters as ServiceSasParametersMapper,\n StorageAccountMigration as StorageAccountMigrationMapper,\n BlobRestoreParameters as BlobRestoreParametersMapper,\n ManagementPolicy as ManagementPolicyMapper,\n BlobInventoryPolicy as BlobInventoryPolicyMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n ObjectReplicationPolicy as ObjectReplicationPolicyMapper,\n LocalUser as LocalUserMapper,\n EncryptionScope as EncryptionScopeMapper,\n TableServiceProperties as TableServicePropertiesMapper,\n Table as TableMapper,\n StorageTaskAssignment as StorageTaskAssignmentMapper,\n StorageTaskAssignmentUpdateParameters as StorageTaskAssignmentUpdateParametersMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const accountName: OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9]+$\"),\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-05-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: BlobServicePropertiesMapper,\n};\n\nexport const blobServicesName: OperationURLParameter = {\n parameterPath: \"blobServicesName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"BlobServicesName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const maxpagesize: OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n serializedName: \"$maxpagesize\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const include: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const blobContainer: OperationParameter = {\n parameterPath: \"blobContainer\",\n mapper: BlobContainerMapper,\n};\n\nexport const containerName: OperationURLParameter = {\n parameterPath: \"containerName\",\n mapper: {\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const legalHold: OperationParameter = {\n parameterPath: \"legalHold\",\n mapper: LegalHoldMapper,\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: ImmutabilityPolicyMapper,\n};\n\nexport const immutabilityPolicyName: OperationURLParameter = {\n parameterPath: \"immutabilityPolicyName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"immutabilityPolicyName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifMatch1: OperationParameter = {\n parameterPath: \"ifMatch\",\n mapper: {\n serializedName: \"If-Match\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: LeaseContainerRequestMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: FileServicePropertiesMapper,\n};\n\nexport const fileServicesName: OperationURLParameter = {\n parameterPath: \"fileServicesName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"FileServicesName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const fileShare: OperationParameter = {\n parameterPath: \"fileShare\",\n mapper: FileShareMapper,\n};\n\nexport const shareName: OperationURLParameter = {\n parameterPath: \"shareName\",\n mapper: {\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"shareName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const xMsSnapshot: OperationParameter = {\n parameterPath: [\"options\", \"xMsSnapshot\"],\n mapper: {\n serializedName: \"x-ms-snapshot\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const include1: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const deletedShare: OperationParameter = {\n parameterPath: \"deletedShare\",\n mapper: DeletedShareMapper,\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: LeaseShareRequestMapper,\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: QueueServicePropertiesMapper,\n};\n\nexport const queueServiceName: OperationURLParameter = {\n parameterPath: \"queueServiceName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"queueServiceName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const queue: OperationParameter = {\n parameterPath: \"queue\",\n mapper: StorageQueueMapper,\n};\n\nexport const queueName: OperationURLParameter = {\n parameterPath: \"queueName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$\"),\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"queueName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const accountName1: OperationParameter = {\n parameterPath: \"accountName\",\n mapper: StorageAccountCheckNameAvailabilityParametersMapper,\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageAccountCreateParametersMapper,\n};\n\nexport const expand1: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"Enum\",\n allowedValues: [\"geoReplicationStats\", \"blobRestoreStatus\"],\n },\n },\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageAccountUpdateParametersMapper,\n};\n\nexport const expand2: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n defaultValue: \"kerb\",\n isConstant: true,\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const regenerateKey: OperationParameter = {\n parameterPath: \"regenerateKey\",\n mapper: StorageAccountRegenerateKeyParametersMapper,\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AccountSasParametersMapper,\n};\n\nexport const parameters9: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ServiceSasParametersMapper,\n};\n\nexport const failoverType: OperationQueryParameter = {\n parameterPath: [\"options\", \"failoverType\"],\n mapper: {\n defaultValue: \"Planned\",\n isConstant: true,\n serializedName: \"failoverType\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const requestType: OperationQueryParameter = {\n parameterPath: \"requestType\",\n mapper: {\n serializedName: \"requestType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters10: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageAccountMigrationMapper,\n};\n\nexport const migrationName: OperationURLParameter = {\n parameterPath: \"migrationName\",\n mapper: {\n serializedName: \"migrationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters11: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: BlobRestoreParametersMapper,\n};\n\nexport const accountName2: OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const deletedAccountName: OperationURLParameter = {\n parameterPath: \"deletedAccountName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"deletedAccountName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const managementPolicyName: OperationURLParameter = {\n parameterPath: \"managementPolicyName\",\n mapper: {\n serializedName: \"managementPolicyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: ManagementPolicyMapper,\n};\n\nexport const blobInventoryPolicyName: OperationURLParameter = {\n parameterPath: \"blobInventoryPolicyName\",\n mapper: {\n serializedName: \"blobInventoryPolicyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: \"properties\",\n mapper: BlobInventoryPolicyMapper,\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties2: OperationParameter = {\n parameterPath: \"properties\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const objectReplicationPolicyId: OperationURLParameter = {\n parameterPath: \"objectReplicationPolicyId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"objectReplicationPolicyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties3: OperationParameter = {\n parameterPath: \"properties\",\n mapper: ObjectReplicationPolicyMapper,\n};\n\nexport const maxpagesize1: OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n constraints: {\n InclusiveMaximum: 5000,\n InclusiveMinimum: 1,\n },\n serializedName: \"$maxpagesize\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const include2: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const username: OperationURLParameter = {\n parameterPath: \"username\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3,\n },\n serializedName: \"username\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties4: OperationParameter = {\n parameterPath: \"properties\",\n mapper: LocalUserMapper,\n};\n\nexport const encryptionScope: OperationParameter = {\n parameterPath: \"encryptionScope\",\n mapper: EncryptionScopeMapper,\n};\n\nexport const encryptionScopeName: OperationURLParameter = {\n parameterPath: \"encryptionScopeName\",\n mapper: {\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"encryptionScopeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const include3: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters12: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TableServicePropertiesMapper,\n};\n\nexport const tableServiceName: OperationURLParameter = {\n parameterPath: \"tableServiceName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"tableServiceName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters13: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: TableMapper,\n};\n\nexport const tableName: OperationURLParameter = {\n parameterPath: \"tableName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z][A-Za-z0-9]{2,62}$\"),\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"tableName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const networkSecurityPerimeterConfigurationName: OperationURLParameter =\n {\n parameterPath: \"networkSecurityPerimeterConfigurationName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^.*$\"),\n },\n serializedName: \"networkSecurityPerimeterConfigurationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n };\n\nexport const parameters14: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageTaskAssignmentMapper,\n};\n\nexport const storageTaskAssignmentName: OperationURLParameter = {\n parameterPath: \"storageTaskAssignmentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9]{3,24}$\"),\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"storageTaskAssignmentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters15: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageTaskAssignmentUpdateParametersMapper,\n};\n\nexport const maxpagesize2: OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n serializedName: \"$maxpagesize\",\n type: {\n name: \"Number\",\n },\n },\n};\n"]}
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n BlobServiceProperties as BlobServicePropertiesMapper,\n BlobContainer as BlobContainerMapper,\n LegalHold as LegalHoldMapper,\n ImmutabilityPolicy as ImmutabilityPolicyMapper,\n LeaseContainerRequest as LeaseContainerRequestMapper,\n FileServiceProperties as FileServicePropertiesMapper,\n FileShare as FileShareMapper,\n DeletedShare as DeletedShareMapper,\n LeaseShareRequest as LeaseShareRequestMapper,\n QueueServiceProperties as QueueServicePropertiesMapper,\n StorageQueue as StorageQueueMapper,\n StorageAccountCheckNameAvailabilityParameters as StorageAccountCheckNameAvailabilityParametersMapper,\n StorageAccountCreateParameters as StorageAccountCreateParametersMapper,\n StorageAccountUpdateParameters as StorageAccountUpdateParametersMapper,\n StorageAccountRegenerateKeyParameters as StorageAccountRegenerateKeyParametersMapper,\n AccountSasParameters as AccountSasParametersMapper,\n ServiceSasParameters as ServiceSasParametersMapper,\n StorageAccountMigration as StorageAccountMigrationMapper,\n BlobRestoreParameters as BlobRestoreParametersMapper,\n ManagementPolicy as ManagementPolicyMapper,\n BlobInventoryPolicy as BlobInventoryPolicyMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n ObjectReplicationPolicy as ObjectReplicationPolicyMapper,\n LocalUser as LocalUserMapper,\n EncryptionScope as EncryptionScopeMapper,\n TableServiceProperties as TableServicePropertiesMapper,\n Table as TableMapper,\n StorageTaskAssignment as StorageTaskAssignmentMapper,\n StorageTaskAssignmentUpdateParameters as StorageTaskAssignmentUpdateParametersMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const accountName: OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9]+$\"),\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: BlobServicePropertiesMapper,\n};\n\nexport const blobServicesName: OperationURLParameter = {\n parameterPath: \"blobServicesName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"BlobServicesName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const maxpagesize: OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n serializedName: \"$maxpagesize\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const include: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const blobContainer: OperationParameter = {\n parameterPath: \"blobContainer\",\n mapper: BlobContainerMapper,\n};\n\nexport const containerName: OperationURLParameter = {\n parameterPath: \"containerName\",\n mapper: {\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const legalHold: OperationParameter = {\n parameterPath: \"legalHold\",\n mapper: LegalHoldMapper,\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: ImmutabilityPolicyMapper,\n};\n\nexport const immutabilityPolicyName: OperationURLParameter = {\n parameterPath: \"immutabilityPolicyName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"immutabilityPolicyName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const ifMatch1: OperationParameter = {\n parameterPath: \"ifMatch\",\n mapper: {\n serializedName: \"If-Match\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: LeaseContainerRequestMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: FileServicePropertiesMapper,\n};\n\nexport const fileServicesName: OperationURLParameter = {\n parameterPath: \"fileServicesName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"FileServicesName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const maxpagesize1: OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n serializedName: \"$maxpagesize\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const fileServiceUsagesName: OperationURLParameter = {\n parameterPath: \"fileServiceUsagesName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"fileServiceUsagesName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const fileShare: OperationParameter = {\n parameterPath: \"fileShare\",\n mapper: FileShareMapper,\n};\n\nexport const shareName: OperationURLParameter = {\n parameterPath: \"shareName\",\n mapper: {\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"shareName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const xMsSnapshot: OperationParameter = {\n parameterPath: [\"options\", \"xMsSnapshot\"],\n mapper: {\n serializedName: \"x-ms-snapshot\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const include1: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const deletedShare: OperationParameter = {\n parameterPath: \"deletedShare\",\n mapper: DeletedShareMapper,\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: LeaseShareRequestMapper,\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: QueueServicePropertiesMapper,\n};\n\nexport const queueServiceName: OperationURLParameter = {\n parameterPath: \"queueServiceName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"queueServiceName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const queue: OperationParameter = {\n parameterPath: \"queue\",\n mapper: StorageQueueMapper,\n};\n\nexport const queueName: OperationURLParameter = {\n parameterPath: \"queueName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$\"),\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"queueName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const accountName1: OperationParameter = {\n parameterPath: \"accountName\",\n mapper: StorageAccountCheckNameAvailabilityParametersMapper,\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageAccountCreateParametersMapper,\n};\n\nexport const expand1: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"Enum\",\n allowedValues: [\"geoReplicationStats\", \"blobRestoreStatus\"],\n },\n },\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageAccountUpdateParametersMapper,\n};\n\nexport const expand2: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n defaultValue: \"kerb\",\n isConstant: true,\n serializedName: \"$expand\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const regenerateKey: OperationParameter = {\n parameterPath: \"regenerateKey\",\n mapper: StorageAccountRegenerateKeyParametersMapper,\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AccountSasParametersMapper,\n};\n\nexport const parameters9: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ServiceSasParametersMapper,\n};\n\nexport const failoverType: OperationQueryParameter = {\n parameterPath: [\"options\", \"failoverType\"],\n mapper: {\n defaultValue: \"Planned\",\n isConstant: true,\n serializedName: \"failoverType\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const requestType: OperationQueryParameter = {\n parameterPath: \"requestType\",\n mapper: {\n serializedName: \"requestType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters10: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageAccountMigrationMapper,\n};\n\nexport const migrationName: OperationURLParameter = {\n parameterPath: \"migrationName\",\n mapper: {\n serializedName: \"migrationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters11: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: BlobRestoreParametersMapper,\n};\n\nexport const accountName2: OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const deletedAccountName: OperationURLParameter = {\n parameterPath: \"deletedAccountName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"deletedAccountName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const managementPolicyName: OperationURLParameter = {\n parameterPath: \"managementPolicyName\",\n mapper: {\n serializedName: \"managementPolicyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: ManagementPolicyMapper,\n};\n\nexport const blobInventoryPolicyName: OperationURLParameter = {\n parameterPath: \"blobInventoryPolicyName\",\n mapper: {\n serializedName: \"blobInventoryPolicyName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: \"properties\",\n mapper: BlobInventoryPolicyMapper,\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties2: OperationParameter = {\n parameterPath: \"properties\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const objectReplicationPolicyId: OperationURLParameter = {\n parameterPath: \"objectReplicationPolicyId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"objectReplicationPolicyId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties3: OperationParameter = {\n parameterPath: \"properties\",\n mapper: ObjectReplicationPolicyMapper,\n};\n\nexport const maxpagesize2: OperationQueryParameter = {\n parameterPath: [\"options\", \"maxpagesize\"],\n mapper: {\n constraints: {\n InclusiveMaximum: 5000,\n InclusiveMinimum: 1,\n },\n serializedName: \"$maxpagesize\",\n type: {\n name: \"Number\",\n },\n },\n};\n\nexport const include2: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const username: OperationURLParameter = {\n parameterPath: \"username\",\n mapper: {\n constraints: {\n MaxLength: 64,\n MinLength: 3,\n },\n serializedName: \"username\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties4: OperationParameter = {\n parameterPath: \"properties\",\n mapper: LocalUserMapper,\n};\n\nexport const encryptionScope: OperationParameter = {\n parameterPath: \"encryptionScope\",\n mapper: EncryptionScopeMapper,\n};\n\nexport const encryptionScopeName: OperationURLParameter = {\n parameterPath: \"encryptionScopeName\",\n mapper: {\n constraints: {\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"encryptionScopeName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const include3: OperationQueryParameter = {\n parameterPath: [\"options\", \"include\"],\n mapper: {\n serializedName: \"$include\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters12: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: TableServicePropertiesMapper,\n};\n\nexport const tableServiceName: OperationURLParameter = {\n parameterPath: \"tableServiceName\",\n mapper: {\n defaultValue: \"default\",\n isConstant: true,\n serializedName: \"tableServiceName\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters13: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: TableMapper,\n};\n\nexport const tableName: OperationURLParameter = {\n parameterPath: \"tableName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z][A-Za-z0-9]{2,62}$\"),\n MaxLength: 63,\n MinLength: 3,\n },\n serializedName: \"tableName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const networkSecurityPerimeterConfigurationName: OperationURLParameter =\n {\n parameterPath: \"networkSecurityPerimeterConfigurationName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^.*$\"),\n },\n serializedName: \"networkSecurityPerimeterConfigurationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n };\n\nexport const parameters14: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageTaskAssignmentMapper,\n};\n\nexport const storageTaskAssignmentName: OperationURLParameter = {\n parameterPath: \"storageTaskAssignmentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9]{3,24}$\"),\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"storageTaskAssignmentName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const parameters15: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: StorageTaskAssignmentUpdateParametersMapper,\n};\n"]}
|
|
@@ -172,9 +172,9 @@ export declare class BlobContainersImpl implements BlobContainers {
|
|
|
172
172
|
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
173
173
|
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
174
174
|
* number.
|
|
175
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update
|
|
176
|
-
*
|
|
177
|
-
*
|
|
175
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update must be returned
|
|
176
|
+
* to the server for all update operations. The ETag value must include the leading and trailing double
|
|
177
|
+
* quotes as returned by the service.
|
|
178
178
|
* @param options The options parameters.
|
|
179
179
|
*/
|
|
180
180
|
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersDeleteImmutabilityPolicyOptionalParams): Promise<BlobContainersDeleteImmutabilityPolicyResponse>;
|
|
@@ -190,9 +190,9 @@ export declare class BlobContainersImpl implements BlobContainers {
|
|
|
190
190
|
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
191
191
|
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
192
192
|
* number.
|
|
193
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update
|
|
194
|
-
*
|
|
195
|
-
*
|
|
193
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update must be returned
|
|
194
|
+
* to the server for all update operations. The ETag value must include the leading and trailing double
|
|
195
|
+
* quotes as returned by the service.
|
|
196
196
|
* @param options The options parameters.
|
|
197
197
|
*/
|
|
198
198
|
lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersLockImmutabilityPolicyOptionalParams): Promise<BlobContainersLockImmutabilityPolicyResponse>;
|
|
@@ -208,9 +208,9 @@ export declare class BlobContainersImpl implements BlobContainers {
|
|
|
208
208
|
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
209
209
|
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
210
210
|
* number.
|
|
211
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update
|
|
212
|
-
*
|
|
213
|
-
*
|
|
211
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update must be returned
|
|
212
|
+
* to the server for all update operations. The ETag value must include the leading and trailing double
|
|
213
|
+
* quotes as returned by the service.
|
|
214
214
|
* @param options The options parameters.
|
|
215
215
|
*/
|
|
216
216
|
extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<BlobContainersExtendImmutabilityPolicyResponse>;
|
|
@@ -258,9 +258,9 @@ class BlobContainersImpl {
|
|
|
258
258
|
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
259
259
|
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
260
260
|
* number.
|
|
261
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update
|
|
262
|
-
*
|
|
263
|
-
*
|
|
261
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update must be returned
|
|
262
|
+
* to the server for all update operations. The ETag value must include the leading and trailing double
|
|
263
|
+
* quotes as returned by the service.
|
|
264
264
|
* @param options The options parameters.
|
|
265
265
|
*/
|
|
266
266
|
deleteImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
@@ -278,9 +278,9 @@ class BlobContainersImpl {
|
|
|
278
278
|
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
279
279
|
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
280
280
|
* number.
|
|
281
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update
|
|
282
|
-
*
|
|
283
|
-
*
|
|
281
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update must be returned
|
|
282
|
+
* to the server for all update operations. The ETag value must include the leading and trailing double
|
|
283
|
+
* quotes as returned by the service.
|
|
284
284
|
* @param options The options parameters.
|
|
285
285
|
*/
|
|
286
286
|
lockImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
@@ -298,9 +298,9 @@ class BlobContainersImpl {
|
|
|
298
298
|
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
299
299
|
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
300
300
|
* number.
|
|
301
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update
|
|
302
|
-
*
|
|
303
|
-
*
|
|
301
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update must be returned
|
|
302
|
+
* to the server for all update operations. The ETag value must include the leading and trailing double
|
|
303
|
+
* quotes as returned by the service.
|
|
304
304
|
* @param options The options parameters.
|
|
305
305
|
*/
|
|
306
306
|
extendImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|