@azure/arm-storage-profile-2020-09-01-hybrid 2.1.1-alpha.20250717.1 → 2.1.1-alpha.20250730.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/dist/browser/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +126 -59
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/blobInventoryPolicies.js +10 -27
- package/dist/browser/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/browser/operations/encryptionScopes.js +23 -40
- package/dist/browser/operations/encryptionScopes.js.map +1 -1
- package/dist/browser/operations/managementPolicies.js +1 -0
- package/dist/browser/operations/managementPolicies.js.map +1 -1
- package/dist/browser/operations/objectReplicationPoliciesOperations.js +10 -27
- package/dist/browser/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/browser/operations/operations.js +10 -27
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +10 -27
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +1 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/skus.js +10 -27
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/operations/storageAccounts.js +65 -84
- package/dist/browser/operations/storageAccounts.js.map +1 -1
- package/dist/browser/operations/usages.js +10 -27
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/storageManagementClient.js +23 -5
- package/dist/browser/storageManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +126 -59
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/blobInventoryPolicies.js +10 -26
- package/dist/commonjs/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/commonjs/operations/encryptionScopes.js +23 -39
- package/dist/commonjs/operations/encryptionScopes.js.map +1 -1
- package/dist/commonjs/operations/managementPolicies.js +1 -0
- package/dist/commonjs/operations/managementPolicies.js.map +1 -1
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js +10 -26
- package/dist/commonjs/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/commonjs/operations/operations.js +10 -26
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +10 -26
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +1 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/skus.js +10 -26
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/operations/storageAccounts.js +65 -83
- package/dist/commonjs/operations/storageAccounts.js.map +1 -1
- package/dist/commonjs/operations/usages.js +10 -26
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/storageManagementClient.js +23 -5
- package/dist/commonjs/storageManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +126 -59
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/blobInventoryPolicies.js +10 -27
- package/dist/esm/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/esm/operations/encryptionScopes.js +23 -40
- package/dist/esm/operations/encryptionScopes.js.map +1 -1
- package/dist/esm/operations/managementPolicies.js +1 -0
- package/dist/esm/operations/managementPolicies.js.map +1 -1
- package/dist/esm/operations/objectReplicationPoliciesOperations.js +10 -27
- package/dist/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/esm/operations/operations.js +10 -27
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +10 -27
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +1 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/skus.js +10 -27
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/operations/storageAccounts.js +65 -84
- package/dist/esm/operations/storageAccounts.js.map +1 -1
- package/dist/esm/operations/usages.js +10 -27
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/storageManagementClient.js +23 -5
- package/dist/esm/storageManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +126 -59
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/blobInventoryPolicies.js +10 -27
- package/dist/react-native/operations/blobInventoryPolicies.js.map +1 -1
- package/dist/react-native/operations/encryptionScopes.js +23 -40
- package/dist/react-native/operations/encryptionScopes.js.map +1 -1
- package/dist/react-native/operations/managementPolicies.js +1 -0
- package/dist/react-native/operations/managementPolicies.js.map +1 -1
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js +10 -27
- package/dist/react-native/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist/react-native/operations/operations.js +10 -27
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +10 -27
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +1 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/skus.js +10 -27
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/operations/storageAccounts.js +65 -84
- package/dist/react-native/operations/storageAccounts.js.map +1 -1
- package/dist/react-native/operations/usages.js +10 -27
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/storageManagementClient.js +23 -5
- package/dist/react-native/storageManagementClient.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-storage-profile-2020-09-01-hybrid-node.api.md +1339 -1339
package/dist/browser/lroImpl.js
CHANGED
|
@@ -5,8 +5,12 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __rest } from "tslib";
|
|
9
8
|
export class LroImpl {
|
|
9
|
+
sendOperationFn;
|
|
10
|
+
args;
|
|
11
|
+
spec;
|
|
12
|
+
requestPath;
|
|
13
|
+
requestMethod;
|
|
10
14
|
constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
|
|
11
15
|
this.sendOperationFn = sendOperationFn;
|
|
12
16
|
this.args = args;
|
|
@@ -18,8 +22,12 @@ export class LroImpl {
|
|
|
18
22
|
return this.sendOperationFn(this.args, this.spec);
|
|
19
23
|
}
|
|
20
24
|
async sendPollRequest(path) {
|
|
21
|
-
const
|
|
22
|
-
return this.sendOperationFn(this.args,
|
|
25
|
+
const { requestBody, ...restSpec } = this.spec;
|
|
26
|
+
return this.sendOperationFn(this.args, {
|
|
27
|
+
...restSpec,
|
|
28
|
+
path,
|
|
29
|
+
httpMethod: "GET"
|
|
30
|
+
});
|
|
23
31
|
}
|
|
24
32
|
}
|
|
25
33
|
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,OAAO,OAAO;IAER;IACA;IACA;IAKD;IACA;IATT,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE;YACrC,GAAG,QAAQ;YACX,IAAI;YACJ,UAAU,EAAE,KAAK;SAClB,CAAC,CAAC;IACL,CAAC;CACF","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 { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
|
|
@@ -2496,101 +2496,122 @@ export const PrivateEndpointConnection = {
|
|
|
2496
2496
|
type: {
|
|
2497
2497
|
name: "Composite",
|
|
2498
2498
|
className: "PrivateEndpointConnection",
|
|
2499
|
-
modelProperties:
|
|
2499
|
+
modelProperties: {
|
|
2500
|
+
...Resource.type.modelProperties,
|
|
2501
|
+
privateEndpoint: {
|
|
2500
2502
|
serializedName: "properties.privateEndpoint",
|
|
2501
2503
|
type: {
|
|
2502
2504
|
name: "Composite",
|
|
2503
2505
|
className: "PrivateEndpoint"
|
|
2504
2506
|
}
|
|
2505
|
-
},
|
|
2507
|
+
},
|
|
2508
|
+
privateLinkServiceConnectionState: {
|
|
2506
2509
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2507
2510
|
type: {
|
|
2508
2511
|
name: "Composite",
|
|
2509
2512
|
className: "PrivateLinkServiceConnectionState"
|
|
2510
2513
|
}
|
|
2511
|
-
},
|
|
2514
|
+
},
|
|
2515
|
+
provisioningState: {
|
|
2512
2516
|
serializedName: "properties.provisioningState",
|
|
2513
2517
|
readOnly: true,
|
|
2514
2518
|
type: {
|
|
2515
2519
|
name: "String"
|
|
2516
2520
|
}
|
|
2517
|
-
}
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2518
2523
|
}
|
|
2519
2524
|
};
|
|
2520
2525
|
export const TrackedResource = {
|
|
2521
2526
|
type: {
|
|
2522
2527
|
name: "Composite",
|
|
2523
2528
|
className: "TrackedResource",
|
|
2524
|
-
modelProperties:
|
|
2529
|
+
modelProperties: {
|
|
2530
|
+
...Resource.type.modelProperties,
|
|
2531
|
+
tags: {
|
|
2525
2532
|
serializedName: "tags",
|
|
2526
2533
|
type: {
|
|
2527
2534
|
name: "Dictionary",
|
|
2528
2535
|
value: { type: { name: "String" } }
|
|
2529
2536
|
}
|
|
2530
|
-
},
|
|
2537
|
+
},
|
|
2538
|
+
location: {
|
|
2531
2539
|
serializedName: "location",
|
|
2532
2540
|
required: true,
|
|
2533
2541
|
type: {
|
|
2534
2542
|
name: "String"
|
|
2535
2543
|
}
|
|
2536
|
-
}
|
|
2544
|
+
}
|
|
2545
|
+
}
|
|
2537
2546
|
}
|
|
2538
2547
|
};
|
|
2539
2548
|
export const ManagementPolicy = {
|
|
2540
2549
|
type: {
|
|
2541
2550
|
name: "Composite",
|
|
2542
2551
|
className: "ManagementPolicy",
|
|
2543
|
-
modelProperties:
|
|
2552
|
+
modelProperties: {
|
|
2553
|
+
...Resource.type.modelProperties,
|
|
2554
|
+
lastModifiedTime: {
|
|
2544
2555
|
serializedName: "properties.lastModifiedTime",
|
|
2545
2556
|
readOnly: true,
|
|
2546
2557
|
type: {
|
|
2547
2558
|
name: "DateTime"
|
|
2548
2559
|
}
|
|
2549
|
-
},
|
|
2560
|
+
},
|
|
2561
|
+
policy: {
|
|
2550
2562
|
serializedName: "properties.policy",
|
|
2551
2563
|
type: {
|
|
2552
2564
|
name: "Composite",
|
|
2553
2565
|
className: "ManagementPolicySchema"
|
|
2554
2566
|
}
|
|
2555
|
-
}
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2556
2569
|
}
|
|
2557
2570
|
};
|
|
2558
2571
|
export const BlobInventoryPolicy = {
|
|
2559
2572
|
type: {
|
|
2560
2573
|
name: "Composite",
|
|
2561
2574
|
className: "BlobInventoryPolicy",
|
|
2562
|
-
modelProperties:
|
|
2575
|
+
modelProperties: {
|
|
2576
|
+
...Resource.type.modelProperties,
|
|
2577
|
+
systemData: {
|
|
2563
2578
|
serializedName: "systemData",
|
|
2564
2579
|
type: {
|
|
2565
2580
|
name: "Composite",
|
|
2566
2581
|
className: "SystemData"
|
|
2567
2582
|
}
|
|
2568
|
-
},
|
|
2583
|
+
},
|
|
2584
|
+
lastModifiedTime: {
|
|
2569
2585
|
serializedName: "properties.lastModifiedTime",
|
|
2570
2586
|
readOnly: true,
|
|
2571
2587
|
type: {
|
|
2572
2588
|
name: "DateTime"
|
|
2573
2589
|
}
|
|
2574
|
-
},
|
|
2590
|
+
},
|
|
2591
|
+
policy: {
|
|
2575
2592
|
serializedName: "properties.policy",
|
|
2576
2593
|
type: {
|
|
2577
2594
|
name: "Composite",
|
|
2578
2595
|
className: "BlobInventoryPolicySchema"
|
|
2579
2596
|
}
|
|
2580
|
-
}
|
|
2597
|
+
}
|
|
2598
|
+
}
|
|
2581
2599
|
}
|
|
2582
2600
|
};
|
|
2583
2601
|
export const PrivateLinkResource = {
|
|
2584
2602
|
type: {
|
|
2585
2603
|
name: "Composite",
|
|
2586
2604
|
className: "PrivateLinkResource",
|
|
2587
|
-
modelProperties:
|
|
2605
|
+
modelProperties: {
|
|
2606
|
+
...Resource.type.modelProperties,
|
|
2607
|
+
groupId: {
|
|
2588
2608
|
serializedName: "properties.groupId",
|
|
2589
2609
|
readOnly: true,
|
|
2590
2610
|
type: {
|
|
2591
2611
|
name: "String"
|
|
2592
2612
|
}
|
|
2593
|
-
},
|
|
2613
|
+
},
|
|
2614
|
+
requiredMembers: {
|
|
2594
2615
|
serializedName: "properties.requiredMembers",
|
|
2595
2616
|
readOnly: true,
|
|
2596
2617
|
type: {
|
|
@@ -2601,7 +2622,8 @@ export const PrivateLinkResource = {
|
|
|
2601
2622
|
}
|
|
2602
2623
|
}
|
|
2603
2624
|
}
|
|
2604
|
-
},
|
|
2625
|
+
},
|
|
2626
|
+
requiredZoneNames: {
|
|
2605
2627
|
serializedName: "properties.requiredZoneNames",
|
|
2606
2628
|
type: {
|
|
2607
2629
|
name: "Sequence",
|
|
@@ -2611,36 +2633,43 @@ export const PrivateLinkResource = {
|
|
|
2611
2633
|
}
|
|
2612
2634
|
}
|
|
2613
2635
|
}
|
|
2614
|
-
}
|
|
2636
|
+
}
|
|
2637
|
+
}
|
|
2615
2638
|
}
|
|
2616
2639
|
};
|
|
2617
2640
|
export const ObjectReplicationPolicy = {
|
|
2618
2641
|
type: {
|
|
2619
2642
|
name: "Composite",
|
|
2620
2643
|
className: "ObjectReplicationPolicy",
|
|
2621
|
-
modelProperties:
|
|
2644
|
+
modelProperties: {
|
|
2645
|
+
...Resource.type.modelProperties,
|
|
2646
|
+
policyId: {
|
|
2622
2647
|
serializedName: "properties.policyId",
|
|
2623
2648
|
readOnly: true,
|
|
2624
2649
|
type: {
|
|
2625
2650
|
name: "String"
|
|
2626
2651
|
}
|
|
2627
|
-
},
|
|
2652
|
+
},
|
|
2653
|
+
enabledTime: {
|
|
2628
2654
|
serializedName: "properties.enabledTime",
|
|
2629
2655
|
readOnly: true,
|
|
2630
2656
|
type: {
|
|
2631
2657
|
name: "DateTime"
|
|
2632
2658
|
}
|
|
2633
|
-
},
|
|
2659
|
+
},
|
|
2660
|
+
sourceAccount: {
|
|
2634
2661
|
serializedName: "properties.sourceAccount",
|
|
2635
2662
|
type: {
|
|
2636
2663
|
name: "String"
|
|
2637
2664
|
}
|
|
2638
|
-
},
|
|
2665
|
+
},
|
|
2666
|
+
destinationAccount: {
|
|
2639
2667
|
serializedName: "properties.destinationAccount",
|
|
2640
2668
|
type: {
|
|
2641
2669
|
name: "String"
|
|
2642
2670
|
}
|
|
2643
|
-
},
|
|
2671
|
+
},
|
|
2672
|
+
rules: {
|
|
2644
2673
|
serializedName: "properties.rules",
|
|
2645
2674
|
type: {
|
|
2646
2675
|
name: "Sequence",
|
|
@@ -2651,182 +2680,214 @@ export const ObjectReplicationPolicy = {
|
|
|
2651
2680
|
}
|
|
2652
2681
|
}
|
|
2653
2682
|
}
|
|
2654
|
-
}
|
|
2683
|
+
}
|
|
2684
|
+
}
|
|
2655
2685
|
}
|
|
2656
2686
|
};
|
|
2657
2687
|
export const EncryptionScope = {
|
|
2658
2688
|
type: {
|
|
2659
2689
|
name: "Composite",
|
|
2660
2690
|
className: "EncryptionScope",
|
|
2661
|
-
modelProperties:
|
|
2691
|
+
modelProperties: {
|
|
2692
|
+
...Resource.type.modelProperties,
|
|
2693
|
+
source: {
|
|
2662
2694
|
serializedName: "properties.source",
|
|
2663
2695
|
type: {
|
|
2664
2696
|
name: "String"
|
|
2665
2697
|
}
|
|
2666
|
-
},
|
|
2698
|
+
},
|
|
2699
|
+
state: {
|
|
2667
2700
|
serializedName: "properties.state",
|
|
2668
2701
|
type: {
|
|
2669
2702
|
name: "String"
|
|
2670
2703
|
}
|
|
2671
|
-
},
|
|
2704
|
+
},
|
|
2705
|
+
creationTime: {
|
|
2672
2706
|
serializedName: "properties.creationTime",
|
|
2673
2707
|
readOnly: true,
|
|
2674
2708
|
type: {
|
|
2675
2709
|
name: "DateTime"
|
|
2676
2710
|
}
|
|
2677
|
-
},
|
|
2711
|
+
},
|
|
2712
|
+
lastModifiedTime: {
|
|
2678
2713
|
serializedName: "properties.lastModifiedTime",
|
|
2679
2714
|
readOnly: true,
|
|
2680
2715
|
type: {
|
|
2681
2716
|
name: "DateTime"
|
|
2682
2717
|
}
|
|
2683
|
-
},
|
|
2718
|
+
},
|
|
2719
|
+
keyVaultProperties: {
|
|
2684
2720
|
serializedName: "properties.keyVaultProperties",
|
|
2685
2721
|
type: {
|
|
2686
2722
|
name: "Composite",
|
|
2687
2723
|
className: "EncryptionScopeKeyVaultProperties"
|
|
2688
2724
|
}
|
|
2689
|
-
}
|
|
2725
|
+
}
|
|
2726
|
+
}
|
|
2690
2727
|
}
|
|
2691
2728
|
};
|
|
2692
2729
|
export const StorageAccount = {
|
|
2693
2730
|
type: {
|
|
2694
2731
|
name: "Composite",
|
|
2695
2732
|
className: "StorageAccount",
|
|
2696
|
-
modelProperties:
|
|
2733
|
+
modelProperties: {
|
|
2734
|
+
...TrackedResource.type.modelProperties,
|
|
2735
|
+
sku: {
|
|
2697
2736
|
serializedName: "sku",
|
|
2698
2737
|
type: {
|
|
2699
2738
|
name: "Composite",
|
|
2700
2739
|
className: "Sku"
|
|
2701
2740
|
}
|
|
2702
|
-
},
|
|
2741
|
+
},
|
|
2742
|
+
kind: {
|
|
2703
2743
|
serializedName: "kind",
|
|
2704
2744
|
readOnly: true,
|
|
2705
2745
|
type: {
|
|
2706
2746
|
name: "String"
|
|
2707
2747
|
}
|
|
2708
|
-
},
|
|
2748
|
+
},
|
|
2749
|
+
identity: {
|
|
2709
2750
|
serializedName: "identity",
|
|
2710
2751
|
type: {
|
|
2711
2752
|
name: "Composite",
|
|
2712
2753
|
className: "Identity"
|
|
2713
2754
|
}
|
|
2714
|
-
},
|
|
2755
|
+
},
|
|
2756
|
+
provisioningState: {
|
|
2715
2757
|
serializedName: "properties.provisioningState",
|
|
2716
2758
|
readOnly: true,
|
|
2717
2759
|
type: {
|
|
2718
2760
|
name: "Enum",
|
|
2719
2761
|
allowedValues: ["Creating", "ResolvingDNS", "Succeeded"]
|
|
2720
2762
|
}
|
|
2721
|
-
},
|
|
2763
|
+
},
|
|
2764
|
+
primaryEndpoints: {
|
|
2722
2765
|
serializedName: "properties.primaryEndpoints",
|
|
2723
2766
|
type: {
|
|
2724
2767
|
name: "Composite",
|
|
2725
2768
|
className: "Endpoints"
|
|
2726
2769
|
}
|
|
2727
|
-
},
|
|
2770
|
+
},
|
|
2771
|
+
primaryLocation: {
|
|
2728
2772
|
serializedName: "properties.primaryLocation",
|
|
2729
2773
|
readOnly: true,
|
|
2730
2774
|
type: {
|
|
2731
2775
|
name: "String"
|
|
2732
2776
|
}
|
|
2733
|
-
},
|
|
2777
|
+
},
|
|
2778
|
+
statusOfPrimary: {
|
|
2734
2779
|
serializedName: "properties.statusOfPrimary",
|
|
2735
2780
|
readOnly: true,
|
|
2736
2781
|
type: {
|
|
2737
2782
|
name: "Enum",
|
|
2738
2783
|
allowedValues: ["available", "unavailable"]
|
|
2739
2784
|
}
|
|
2740
|
-
},
|
|
2785
|
+
},
|
|
2786
|
+
lastGeoFailoverTime: {
|
|
2741
2787
|
serializedName: "properties.lastGeoFailoverTime",
|
|
2742
2788
|
readOnly: true,
|
|
2743
2789
|
type: {
|
|
2744
2790
|
name: "DateTime"
|
|
2745
2791
|
}
|
|
2746
|
-
},
|
|
2792
|
+
},
|
|
2793
|
+
secondaryLocation: {
|
|
2747
2794
|
serializedName: "properties.secondaryLocation",
|
|
2748
2795
|
readOnly: true,
|
|
2749
2796
|
type: {
|
|
2750
2797
|
name: "String"
|
|
2751
2798
|
}
|
|
2752
|
-
},
|
|
2799
|
+
},
|
|
2800
|
+
statusOfSecondary: {
|
|
2753
2801
|
serializedName: "properties.statusOfSecondary",
|
|
2754
2802
|
readOnly: true,
|
|
2755
2803
|
type: {
|
|
2756
2804
|
name: "Enum",
|
|
2757
2805
|
allowedValues: ["available", "unavailable"]
|
|
2758
2806
|
}
|
|
2759
|
-
},
|
|
2807
|
+
},
|
|
2808
|
+
creationTime: {
|
|
2760
2809
|
serializedName: "properties.creationTime",
|
|
2761
2810
|
readOnly: true,
|
|
2762
2811
|
type: {
|
|
2763
2812
|
name: "DateTime"
|
|
2764
2813
|
}
|
|
2765
|
-
},
|
|
2814
|
+
},
|
|
2815
|
+
customDomain: {
|
|
2766
2816
|
serializedName: "properties.customDomain",
|
|
2767
2817
|
type: {
|
|
2768
2818
|
name: "Composite",
|
|
2769
2819
|
className: "CustomDomain"
|
|
2770
2820
|
}
|
|
2771
|
-
},
|
|
2821
|
+
},
|
|
2822
|
+
secondaryEndpoints: {
|
|
2772
2823
|
serializedName: "properties.secondaryEndpoints",
|
|
2773
2824
|
type: {
|
|
2774
2825
|
name: "Composite",
|
|
2775
2826
|
className: "Endpoints"
|
|
2776
2827
|
}
|
|
2777
|
-
},
|
|
2828
|
+
},
|
|
2829
|
+
encryption: {
|
|
2778
2830
|
serializedName: "properties.encryption",
|
|
2779
2831
|
type: {
|
|
2780
2832
|
name: "Composite",
|
|
2781
2833
|
className: "Encryption"
|
|
2782
2834
|
}
|
|
2783
|
-
},
|
|
2835
|
+
},
|
|
2836
|
+
accessTier: {
|
|
2784
2837
|
serializedName: "properties.accessTier",
|
|
2785
2838
|
readOnly: true,
|
|
2786
2839
|
type: {
|
|
2787
2840
|
name: "Enum",
|
|
2788
2841
|
allowedValues: ["Hot", "Cool"]
|
|
2789
2842
|
}
|
|
2790
|
-
},
|
|
2843
|
+
},
|
|
2844
|
+
azureFilesIdentityBasedAuthentication: {
|
|
2791
2845
|
serializedName: "properties.azureFilesIdentityBasedAuthentication",
|
|
2792
2846
|
type: {
|
|
2793
2847
|
name: "Composite",
|
|
2794
2848
|
className: "AzureFilesIdentityBasedAuthentication"
|
|
2795
2849
|
}
|
|
2796
|
-
},
|
|
2850
|
+
},
|
|
2851
|
+
enableHttpsTrafficOnly: {
|
|
2797
2852
|
serializedName: "properties.supportsHttpsTrafficOnly",
|
|
2798
2853
|
type: {
|
|
2799
2854
|
name: "Boolean"
|
|
2800
2855
|
}
|
|
2801
|
-
},
|
|
2856
|
+
},
|
|
2857
|
+
networkRuleSet: {
|
|
2802
2858
|
serializedName: "properties.networkAcls",
|
|
2803
2859
|
type: {
|
|
2804
2860
|
name: "Composite",
|
|
2805
2861
|
className: "NetworkRuleSet"
|
|
2806
2862
|
}
|
|
2807
|
-
},
|
|
2863
|
+
},
|
|
2864
|
+
isHnsEnabled: {
|
|
2808
2865
|
serializedName: "properties.isHnsEnabled",
|
|
2809
2866
|
type: {
|
|
2810
2867
|
name: "Boolean"
|
|
2811
2868
|
}
|
|
2812
|
-
},
|
|
2869
|
+
},
|
|
2870
|
+
geoReplicationStats: {
|
|
2813
2871
|
serializedName: "properties.geoReplicationStats",
|
|
2814
2872
|
type: {
|
|
2815
2873
|
name: "Composite",
|
|
2816
2874
|
className: "GeoReplicationStats"
|
|
2817
2875
|
}
|
|
2818
|
-
},
|
|
2876
|
+
},
|
|
2877
|
+
failoverInProgress: {
|
|
2819
2878
|
serializedName: "properties.failoverInProgress",
|
|
2820
2879
|
readOnly: true,
|
|
2821
2880
|
type: {
|
|
2822
2881
|
name: "Boolean"
|
|
2823
2882
|
}
|
|
2824
|
-
},
|
|
2883
|
+
},
|
|
2884
|
+
largeFileSharesState: {
|
|
2825
2885
|
serializedName: "properties.largeFileSharesState",
|
|
2826
2886
|
type: {
|
|
2827
2887
|
name: "String"
|
|
2828
2888
|
}
|
|
2829
|
-
},
|
|
2889
|
+
},
|
|
2890
|
+
privateEndpointConnections: {
|
|
2830
2891
|
serializedName: "properties.privateEndpointConnections",
|
|
2831
2892
|
readOnly: true,
|
|
2832
2893
|
type: {
|
|
@@ -2838,34 +2899,40 @@ export const StorageAccount = {
|
|
|
2838
2899
|
}
|
|
2839
2900
|
}
|
|
2840
2901
|
}
|
|
2841
|
-
},
|
|
2902
|
+
},
|
|
2903
|
+
routingPreference: {
|
|
2842
2904
|
serializedName: "properties.routingPreference",
|
|
2843
2905
|
type: {
|
|
2844
2906
|
name: "Composite",
|
|
2845
2907
|
className: "RoutingPreference"
|
|
2846
2908
|
}
|
|
2847
|
-
},
|
|
2909
|
+
},
|
|
2910
|
+
blobRestoreStatus: {
|
|
2848
2911
|
serializedName: "properties.blobRestoreStatus",
|
|
2849
2912
|
type: {
|
|
2850
2913
|
name: "Composite",
|
|
2851
2914
|
className: "BlobRestoreStatus"
|
|
2852
2915
|
}
|
|
2853
|
-
},
|
|
2916
|
+
},
|
|
2917
|
+
allowBlobPublicAccess: {
|
|
2854
2918
|
serializedName: "properties.allowBlobPublicAccess",
|
|
2855
2919
|
type: {
|
|
2856
2920
|
name: "Boolean"
|
|
2857
2921
|
}
|
|
2858
|
-
},
|
|
2922
|
+
},
|
|
2923
|
+
minimumTlsVersion: {
|
|
2859
2924
|
serializedName: "properties.minimumTlsVersion",
|
|
2860
2925
|
type: {
|
|
2861
2926
|
name: "String"
|
|
2862
2927
|
}
|
|
2863
|
-
},
|
|
2928
|
+
},
|
|
2929
|
+
allowSharedKeyAccess: {
|
|
2864
2930
|
serializedName: "properties.allowSharedKeyAccess",
|
|
2865
2931
|
type: {
|
|
2866
2932
|
name: "Boolean"
|
|
2867
2933
|
}
|
|
2868
|
-
}
|
|
2934
|
+
}
|
|
2935
|
+
}
|
|
2869
2936
|
}
|
|
2870
2937
|
};
|
|
2871
2938
|
//# sourceMappingURL=mappers.js.map
|