@azure/arm-storage 18.1.1-alpha.20230320.1 → 18.1.1-alpha.20230501.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/index.js +192 -80
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/blobContainersListSample.js +24 -10
- package/dist-esm/samples-dev/blobContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js +12 -5
- package/dist-esm/samples-dev/blobInventoryPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/blobServicesListSample.js +12 -5
- package/dist-esm/samples-dev/blobServicesListSample.js.map +1 -1
- package/dist-esm/samples-dev/deletedAccountsListSample.js +12 -5
- package/dist-esm/samples-dev/deletedAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/encryptionScopesListSample.js +12 -5
- package/dist-esm/samples-dev/encryptionScopesListSample.js.map +1 -1
- package/dist-esm/samples-dev/fileSharesListSample.js +36 -15
- package/dist-esm/samples-dev/fileSharesListSample.js.map +1 -1
- package/dist-esm/samples-dev/localUsersListSample.js +12 -5
- package/dist-esm/samples-dev/localUsersListSample.js.map +1 -1
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js +12 -5
- package/dist-esm/samples-dev/objectReplicationPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +12 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +12 -5
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/queueListSample.js +12 -5
- package/dist-esm/samples-dev/queueListSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +12 -5
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/storageAccountsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/storageAccountsListSample.js +12 -5
- package/dist-esm/samples-dev/storageAccountsListSample.js.map +1 -1
- package/dist-esm/samples-dev/tableListSample.js +12 -5
- package/dist-esm/samples-dev/tableListSample.js.map +1 -1
- package/dist-esm/samples-dev/usagesListByLocationSample.js +12 -5
- package/dist-esm/samples-dev/usagesListByLocationSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +147 -147
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/blobContainers.js +12 -5
- package/dist-esm/src/operations/blobContainers.js.map +1 -1
- package/dist-esm/src/operations/blobInventoryPolicies.js +12 -5
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -1
- package/dist-esm/src/operations/blobServices.js +12 -5
- package/dist-esm/src/operations/blobServices.js.map +1 -1
- package/dist-esm/src/operations/deletedAccounts.js +12 -5
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -1
- package/dist-esm/src/operations/encryptionScopes.js +12 -5
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -1
- package/dist-esm/src/operations/fileShares.js +12 -5
- package/dist-esm/src/operations/fileShares.js.map +1 -1
- package/dist-esm/src/operations/localUsersOperations.js +12 -5
- package/dist-esm/src/operations/localUsersOperations.js.map +1 -1
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +12 -5
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +12 -5
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/queue.js +12 -5
- package/dist-esm/src/operations/queue.js.map +1 -1
- package/dist-esm/src/operations/skus.js +12 -5
- package/dist-esm/src/operations/skus.js.map +1 -1
- package/dist-esm/src/operations/storageAccounts.js +24 -10
- package/dist-esm/src/operations/storageAccounts.js.map +1 -1
- package/dist-esm/src/operations/tableOperations.js +12 -5
- package/dist-esm/src/operations/tableOperations.js.map +1 -1
- package/dist-esm/src/operations/usages.js +12 -5
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/test/storage_examples.js +48 -20
- package/dist-esm/test/storage_examples.js.map +1 -1
- package/package.json +2 -2
- package/types/tsdoc-metadata.json +1 -1
|
@@ -2354,7 +2354,7 @@ export declare enum KnownSkuName {
|
|
|
2354
2354
|
* **Standard_GZRS** \
|
|
2355
2355
|
* **Standard_RAGZRS**
|
|
2356
2356
|
*/
|
|
2357
|
-
export
|
|
2357
|
+
export type SkuName = string;
|
|
2358
2358
|
/** Known values of {@link Kind} that the service accepts. */
|
|
2359
2359
|
export declare enum KnownKind {
|
|
2360
2360
|
/** Storage */
|
|
@@ -2379,7 +2379,7 @@ export declare enum KnownKind {
|
|
|
2379
2379
|
* **FileStorage** \
|
|
2380
2380
|
* **BlockBlobStorage**
|
|
2381
2381
|
*/
|
|
2382
|
-
export
|
|
2382
|
+
export type Kind = string;
|
|
2383
2383
|
/** Known values of {@link ReasonCode} that the service accepts. */
|
|
2384
2384
|
export declare enum KnownReasonCode {
|
|
2385
2385
|
/** QuotaId */
|
|
@@ -2395,7 +2395,7 @@ export declare enum KnownReasonCode {
|
|
|
2395
2395
|
* **QuotaId** \
|
|
2396
2396
|
* **NotAvailableForSubscription**
|
|
2397
2397
|
*/
|
|
2398
|
-
export
|
|
2398
|
+
export type ReasonCode = string;
|
|
2399
2399
|
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
2400
2400
|
export declare enum KnownExtendedLocationTypes {
|
|
2401
2401
|
/** EdgeZone */
|
|
@@ -2408,7 +2408,7 @@ export declare enum KnownExtendedLocationTypes {
|
|
|
2408
2408
|
* ### Known values supported by the service
|
|
2409
2409
|
* **EdgeZone**
|
|
2410
2410
|
*/
|
|
2411
|
-
export
|
|
2411
|
+
export type ExtendedLocationTypes = string;
|
|
2412
2412
|
/** Known values of {@link IdentityType} that the service accepts. */
|
|
2413
2413
|
export declare enum KnownIdentityType {
|
|
2414
2414
|
/** None */
|
|
@@ -2430,7 +2430,7 @@ export declare enum KnownIdentityType {
|
|
|
2430
2430
|
* **UserAssigned** \
|
|
2431
2431
|
* **SystemAssigned,UserAssigned**
|
|
2432
2432
|
*/
|
|
2433
|
-
export
|
|
2433
|
+
export type IdentityType = string;
|
|
2434
2434
|
/** Known values of {@link AllowedCopyScope} that the service accepts. */
|
|
2435
2435
|
export declare enum KnownAllowedCopyScope {
|
|
2436
2436
|
/** PrivateLink */
|
|
@@ -2446,7 +2446,7 @@ export declare enum KnownAllowedCopyScope {
|
|
|
2446
2446
|
* **PrivateLink** \
|
|
2447
2447
|
* **AAD**
|
|
2448
2448
|
*/
|
|
2449
|
-
export
|
|
2449
|
+
export type AllowedCopyScope = string;
|
|
2450
2450
|
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
2451
2451
|
export declare enum KnownPublicNetworkAccess {
|
|
2452
2452
|
/** Enabled */
|
|
@@ -2462,7 +2462,7 @@ export declare enum KnownPublicNetworkAccess {
|
|
|
2462
2462
|
* **Enabled** \
|
|
2463
2463
|
* **Disabled**
|
|
2464
2464
|
*/
|
|
2465
|
-
export
|
|
2465
|
+
export type PublicNetworkAccess = string;
|
|
2466
2466
|
/** Known values of {@link ExpirationAction} that the service accepts. */
|
|
2467
2467
|
export declare enum KnownExpirationAction {
|
|
2468
2468
|
/** Log */
|
|
@@ -2475,7 +2475,7 @@ export declare enum KnownExpirationAction {
|
|
|
2475
2475
|
* ### Known values supported by the service
|
|
2476
2476
|
* **Log**
|
|
2477
2477
|
*/
|
|
2478
|
-
export
|
|
2478
|
+
export type ExpirationAction = string;
|
|
2479
2479
|
/** Known values of {@link KeyType} that the service accepts. */
|
|
2480
2480
|
export declare enum KnownKeyType {
|
|
2481
2481
|
/** Service */
|
|
@@ -2491,7 +2491,7 @@ export declare enum KnownKeyType {
|
|
|
2491
2491
|
* **Service** \
|
|
2492
2492
|
* **Account**
|
|
2493
2493
|
*/
|
|
2494
|
-
export
|
|
2494
|
+
export type KeyType = string;
|
|
2495
2495
|
/** Known values of {@link KeySource} that the service accepts. */
|
|
2496
2496
|
export declare enum KnownKeySource {
|
|
2497
2497
|
/** MicrosoftStorage */
|
|
@@ -2507,7 +2507,7 @@ export declare enum KnownKeySource {
|
|
|
2507
2507
|
* **Microsoft.Storage** \
|
|
2508
2508
|
* **Microsoft.Keyvault**
|
|
2509
2509
|
*/
|
|
2510
|
-
export
|
|
2510
|
+
export type KeySource = string;
|
|
2511
2511
|
/** Known values of {@link Bypass} that the service accepts. */
|
|
2512
2512
|
export declare enum KnownBypass {
|
|
2513
2513
|
/** None */
|
|
@@ -2529,7 +2529,7 @@ export declare enum KnownBypass {
|
|
|
2529
2529
|
* **Metrics** \
|
|
2530
2530
|
* **AzureServices**
|
|
2531
2531
|
*/
|
|
2532
|
-
export
|
|
2532
|
+
export type Bypass = string;
|
|
2533
2533
|
/** Known values of {@link State} that the service accepts. */
|
|
2534
2534
|
export declare enum KnownState {
|
|
2535
2535
|
/** Provisioning */
|
|
@@ -2554,7 +2554,7 @@ export declare enum KnownState {
|
|
|
2554
2554
|
* **Failed** \
|
|
2555
2555
|
* **NetworkSourceDeleted**
|
|
2556
2556
|
*/
|
|
2557
|
-
export
|
|
2557
|
+
export type State = string;
|
|
2558
2558
|
/** Known values of {@link DirectoryServiceOptions} that the service accepts. */
|
|
2559
2559
|
export declare enum KnownDirectoryServiceOptions {
|
|
2560
2560
|
/** None */
|
|
@@ -2576,7 +2576,7 @@ export declare enum KnownDirectoryServiceOptions {
|
|
|
2576
2576
|
* **AD** \
|
|
2577
2577
|
* **AADKERB**
|
|
2578
2578
|
*/
|
|
2579
|
-
export
|
|
2579
|
+
export type DirectoryServiceOptions = string;
|
|
2580
2580
|
/** Known values of {@link AccountType} that the service accepts. */
|
|
2581
2581
|
export declare enum KnownAccountType {
|
|
2582
2582
|
/** User */
|
|
@@ -2592,7 +2592,7 @@ export declare enum KnownAccountType {
|
|
|
2592
2592
|
* **User** \
|
|
2593
2593
|
* **Computer**
|
|
2594
2594
|
*/
|
|
2595
|
-
export
|
|
2595
|
+
export type AccountType = string;
|
|
2596
2596
|
/** Known values of {@link DefaultSharePermission} that the service accepts. */
|
|
2597
2597
|
export declare enum KnownDefaultSharePermission {
|
|
2598
2598
|
/** None */
|
|
@@ -2614,7 +2614,7 @@ export declare enum KnownDefaultSharePermission {
|
|
|
2614
2614
|
* **StorageFileDataSmbShareContributor** \
|
|
2615
2615
|
* **StorageFileDataSmbShareElevatedContributor**
|
|
2616
2616
|
*/
|
|
2617
|
-
export
|
|
2617
|
+
export type DefaultSharePermission = string;
|
|
2618
2618
|
/** Known values of {@link LargeFileSharesState} that the service accepts. */
|
|
2619
2619
|
export declare enum KnownLargeFileSharesState {
|
|
2620
2620
|
/** Disabled */
|
|
@@ -2630,7 +2630,7 @@ export declare enum KnownLargeFileSharesState {
|
|
|
2630
2630
|
* **Disabled** \
|
|
2631
2631
|
* **Enabled**
|
|
2632
2632
|
*/
|
|
2633
|
-
export
|
|
2633
|
+
export type LargeFileSharesState = string;
|
|
2634
2634
|
/** Known values of {@link RoutingChoice} that the service accepts. */
|
|
2635
2635
|
export declare enum KnownRoutingChoice {
|
|
2636
2636
|
/** MicrosoftRouting */
|
|
@@ -2646,7 +2646,7 @@ export declare enum KnownRoutingChoice {
|
|
|
2646
2646
|
* **MicrosoftRouting** \
|
|
2647
2647
|
* **InternetRouting**
|
|
2648
2648
|
*/
|
|
2649
|
-
export
|
|
2649
|
+
export type RoutingChoice = string;
|
|
2650
2650
|
/** Known values of {@link MinimumTlsVersion} that the service accepts. */
|
|
2651
2651
|
export declare enum KnownMinimumTlsVersion {
|
|
2652
2652
|
/** TLS10 */
|
|
@@ -2665,7 +2665,7 @@ export declare enum KnownMinimumTlsVersion {
|
|
|
2665
2665
|
* **TLS1_1** \
|
|
2666
2666
|
* **TLS1_2**
|
|
2667
2667
|
*/
|
|
2668
|
-
export
|
|
2668
|
+
export type MinimumTlsVersion = string;
|
|
2669
2669
|
/** Known values of {@link AccountImmutabilityPolicyState} that the service accepts. */
|
|
2670
2670
|
export declare enum KnownAccountImmutabilityPolicyState {
|
|
2671
2671
|
/** Unlocked */
|
|
@@ -2684,7 +2684,7 @@ export declare enum KnownAccountImmutabilityPolicyState {
|
|
|
2684
2684
|
* **Locked** \
|
|
2685
2685
|
* **Disabled**
|
|
2686
2686
|
*/
|
|
2687
|
-
export
|
|
2687
|
+
export type AccountImmutabilityPolicyState = string;
|
|
2688
2688
|
/** Known values of {@link DnsEndpointType} that the service accepts. */
|
|
2689
2689
|
export declare enum KnownDnsEndpointType {
|
|
2690
2690
|
/** Standard */
|
|
@@ -2700,7 +2700,7 @@ export declare enum KnownDnsEndpointType {
|
|
|
2700
2700
|
* **Standard** \
|
|
2701
2701
|
* **AzureDnsZone**
|
|
2702
2702
|
*/
|
|
2703
|
-
export
|
|
2703
|
+
export type DnsEndpointType = string;
|
|
2704
2704
|
/** Known values of {@link GeoReplicationStatus} that the service accepts. */
|
|
2705
2705
|
export declare enum KnownGeoReplicationStatus {
|
|
2706
2706
|
/** Live */
|
|
@@ -2719,7 +2719,7 @@ export declare enum KnownGeoReplicationStatus {
|
|
|
2719
2719
|
* **Bootstrap** \
|
|
2720
2720
|
* **Unavailable**
|
|
2721
2721
|
*/
|
|
2722
|
-
export
|
|
2722
|
+
export type GeoReplicationStatus = string;
|
|
2723
2723
|
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
2724
2724
|
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
2725
2725
|
/** Pending */
|
|
@@ -2738,7 +2738,7 @@ export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
|
2738
2738
|
* **Approved** \
|
|
2739
2739
|
* **Rejected**
|
|
2740
2740
|
*/
|
|
2741
|
-
export
|
|
2741
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
2742
2742
|
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
2743
2743
|
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
2744
2744
|
/** Succeeded */
|
|
@@ -2760,7 +2760,7 @@ export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
|
2760
2760
|
* **Deleting** \
|
|
2761
2761
|
* **Failed**
|
|
2762
2762
|
*/
|
|
2763
|
-
export
|
|
2763
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
2764
2764
|
/** Known values of {@link BlobRestoreProgressStatus} that the service accepts. */
|
|
2765
2765
|
export declare enum KnownBlobRestoreProgressStatus {
|
|
2766
2766
|
/** InProgress */
|
|
@@ -2779,7 +2779,7 @@ export declare enum KnownBlobRestoreProgressStatus {
|
|
|
2779
2779
|
* **Complete** \
|
|
2780
2780
|
* **Failed**
|
|
2781
2781
|
*/
|
|
2782
|
-
export
|
|
2782
|
+
export type BlobRestoreProgressStatus = string;
|
|
2783
2783
|
/** Known values of {@link SkuConversionStatus} that the service accepts. */
|
|
2784
2784
|
export declare enum KnownSkuConversionStatus {
|
|
2785
2785
|
/** InProgress */
|
|
@@ -2798,7 +2798,7 @@ export declare enum KnownSkuConversionStatus {
|
|
|
2798
2798
|
* **Succeeded** \
|
|
2799
2799
|
* **Failed**
|
|
2800
2800
|
*/
|
|
2801
|
-
export
|
|
2801
|
+
export type SkuConversionStatus = string;
|
|
2802
2802
|
/** Known values of {@link Services} that the service accepts. */
|
|
2803
2803
|
export declare enum KnownServices {
|
|
2804
2804
|
/** B */
|
|
@@ -2820,7 +2820,7 @@ export declare enum KnownServices {
|
|
|
2820
2820
|
* **t** \
|
|
2821
2821
|
* **f**
|
|
2822
2822
|
*/
|
|
2823
|
-
export
|
|
2823
|
+
export type Services = string;
|
|
2824
2824
|
/** Known values of {@link SignedResourceTypes} that the service accepts. */
|
|
2825
2825
|
export declare enum KnownSignedResourceTypes {
|
|
2826
2826
|
/** S */
|
|
@@ -2839,7 +2839,7 @@ export declare enum KnownSignedResourceTypes {
|
|
|
2839
2839
|
* **c** \
|
|
2840
2840
|
* **o**
|
|
2841
2841
|
*/
|
|
2842
|
-
export
|
|
2842
|
+
export type SignedResourceTypes = string;
|
|
2843
2843
|
/** Known values of {@link Permissions} that the service accepts. */
|
|
2844
2844
|
export declare enum KnownPermissions {
|
|
2845
2845
|
/** R */
|
|
@@ -2873,7 +2873,7 @@ export declare enum KnownPermissions {
|
|
|
2873
2873
|
* **u** \
|
|
2874
2874
|
* **p**
|
|
2875
2875
|
*/
|
|
2876
|
-
export
|
|
2876
|
+
export type Permissions = string;
|
|
2877
2877
|
/** Known values of {@link SignedResource} that the service accepts. */
|
|
2878
2878
|
export declare enum KnownSignedResource {
|
|
2879
2879
|
/** B */
|
|
@@ -2895,7 +2895,7 @@ export declare enum KnownSignedResource {
|
|
|
2895
2895
|
* **f** \
|
|
2896
2896
|
* **s**
|
|
2897
2897
|
*/
|
|
2898
|
-
export
|
|
2898
|
+
export type SignedResource = string;
|
|
2899
2899
|
/** Known values of {@link ManagementPolicyName} that the service accepts. */
|
|
2900
2900
|
export declare enum KnownManagementPolicyName {
|
|
2901
2901
|
/** Default */
|
|
@@ -2908,7 +2908,7 @@ export declare enum KnownManagementPolicyName {
|
|
|
2908
2908
|
* ### Known values supported by the service
|
|
2909
2909
|
* **default**
|
|
2910
2910
|
*/
|
|
2911
|
-
export
|
|
2911
|
+
export type ManagementPolicyName = string;
|
|
2912
2912
|
/** Known values of {@link RuleType} that the service accepts. */
|
|
2913
2913
|
export declare enum KnownRuleType {
|
|
2914
2914
|
/** Lifecycle */
|
|
@@ -2921,7 +2921,7 @@ export declare enum KnownRuleType {
|
|
|
2921
2921
|
* ### Known values supported by the service
|
|
2922
2922
|
* **Lifecycle**
|
|
2923
2923
|
*/
|
|
2924
|
-
export
|
|
2924
|
+
export type RuleType = string;
|
|
2925
2925
|
/** Known values of {@link BlobInventoryPolicyName} that the service accepts. */
|
|
2926
2926
|
export declare enum KnownBlobInventoryPolicyName {
|
|
2927
2927
|
/** Default */
|
|
@@ -2934,7 +2934,7 @@ export declare enum KnownBlobInventoryPolicyName {
|
|
|
2934
2934
|
* ### Known values supported by the service
|
|
2935
2935
|
* **default**
|
|
2936
2936
|
*/
|
|
2937
|
-
export
|
|
2937
|
+
export type BlobInventoryPolicyName = string;
|
|
2938
2938
|
/** Known values of {@link InventoryRuleType} that the service accepts. */
|
|
2939
2939
|
export declare enum KnownInventoryRuleType {
|
|
2940
2940
|
/** Inventory */
|
|
@@ -2947,7 +2947,7 @@ export declare enum KnownInventoryRuleType {
|
|
|
2947
2947
|
* ### Known values supported by the service
|
|
2948
2948
|
* **Inventory**
|
|
2949
2949
|
*/
|
|
2950
|
-
export
|
|
2950
|
+
export type InventoryRuleType = string;
|
|
2951
2951
|
/** Known values of {@link Format} that the service accepts. */
|
|
2952
2952
|
export declare enum KnownFormat {
|
|
2953
2953
|
/** Csv */
|
|
@@ -2963,7 +2963,7 @@ export declare enum KnownFormat {
|
|
|
2963
2963
|
* **Csv** \
|
|
2964
2964
|
* **Parquet**
|
|
2965
2965
|
*/
|
|
2966
|
-
export
|
|
2966
|
+
export type Format = string;
|
|
2967
2967
|
/** Known values of {@link Schedule} that the service accepts. */
|
|
2968
2968
|
export declare enum KnownSchedule {
|
|
2969
2969
|
/** Daily */
|
|
@@ -2979,7 +2979,7 @@ export declare enum KnownSchedule {
|
|
|
2979
2979
|
* **Daily** \
|
|
2980
2980
|
* **Weekly**
|
|
2981
2981
|
*/
|
|
2982
|
-
export
|
|
2982
|
+
export type Schedule = string;
|
|
2983
2983
|
/** Known values of {@link ObjectType} that the service accepts. */
|
|
2984
2984
|
export declare enum KnownObjectType {
|
|
2985
2985
|
/** Blob */
|
|
@@ -2995,7 +2995,7 @@ export declare enum KnownObjectType {
|
|
|
2995
2995
|
* **Blob** \
|
|
2996
2996
|
* **Container**
|
|
2997
2997
|
*/
|
|
2998
|
-
export
|
|
2998
|
+
export type ObjectType = string;
|
|
2999
2999
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
3000
3000
|
export declare enum KnownCreatedByType {
|
|
3001
3001
|
/** User */
|
|
@@ -3017,7 +3017,7 @@ export declare enum KnownCreatedByType {
|
|
|
3017
3017
|
* **ManagedIdentity** \
|
|
3018
3018
|
* **Key**
|
|
3019
3019
|
*/
|
|
3020
|
-
export
|
|
3020
|
+
export type CreatedByType = string;
|
|
3021
3021
|
/** Known values of {@link EncryptionScopeSource} that the service accepts. */
|
|
3022
3022
|
export declare enum KnownEncryptionScopeSource {
|
|
3023
3023
|
/** MicrosoftStorage */
|
|
@@ -3033,7 +3033,7 @@ export declare enum KnownEncryptionScopeSource {
|
|
|
3033
3033
|
* **Microsoft.Storage** \
|
|
3034
3034
|
* **Microsoft.KeyVault**
|
|
3035
3035
|
*/
|
|
3036
|
-
export
|
|
3036
|
+
export type EncryptionScopeSource = string;
|
|
3037
3037
|
/** Known values of {@link EncryptionScopeState} that the service accepts. */
|
|
3038
3038
|
export declare enum KnownEncryptionScopeState {
|
|
3039
3039
|
/** Enabled */
|
|
@@ -3049,7 +3049,7 @@ export declare enum KnownEncryptionScopeState {
|
|
|
3049
3049
|
* **Enabled** \
|
|
3050
3050
|
* **Disabled**
|
|
3051
3051
|
*/
|
|
3052
|
-
export
|
|
3052
|
+
export type EncryptionScopeState = string;
|
|
3053
3053
|
/** Known values of {@link ListEncryptionScopesInclude} that the service accepts. */
|
|
3054
3054
|
export declare enum KnownListEncryptionScopesInclude {
|
|
3055
3055
|
/** All */
|
|
@@ -3068,7 +3068,7 @@ export declare enum KnownListEncryptionScopesInclude {
|
|
|
3068
3068
|
* **Enabled** \
|
|
3069
3069
|
* **Disabled**
|
|
3070
3070
|
*/
|
|
3071
|
-
export
|
|
3071
|
+
export type ListEncryptionScopesInclude = string;
|
|
3072
3072
|
/** Known values of {@link AllowedMethods} that the service accepts. */
|
|
3073
3073
|
export declare enum KnownAllowedMethods {
|
|
3074
3074
|
/** Delete */
|
|
@@ -3102,7 +3102,7 @@ export declare enum KnownAllowedMethods {
|
|
|
3102
3102
|
* **PUT** \
|
|
3103
3103
|
* **PATCH**
|
|
3104
3104
|
*/
|
|
3105
|
-
export
|
|
3105
|
+
export type AllowedMethods = string;
|
|
3106
3106
|
/** Known values of {@link Name} that the service accepts. */
|
|
3107
3107
|
export declare enum KnownName {
|
|
3108
3108
|
/** AccessTimeTracking */
|
|
@@ -3115,7 +3115,7 @@ export declare enum KnownName {
|
|
|
3115
3115
|
* ### Known values supported by the service
|
|
3116
3116
|
* **AccessTimeTracking**
|
|
3117
3117
|
*/
|
|
3118
|
-
export
|
|
3118
|
+
export type Name = string;
|
|
3119
3119
|
/** Known values of {@link ListContainersInclude} that the service accepts. */
|
|
3120
3120
|
export declare enum KnownListContainersInclude {
|
|
3121
3121
|
/** Deleted */
|
|
@@ -3128,7 +3128,7 @@ export declare enum KnownListContainersInclude {
|
|
|
3128
3128
|
* ### Known values supported by the service
|
|
3129
3129
|
* **deleted**
|
|
3130
3130
|
*/
|
|
3131
|
-
export
|
|
3131
|
+
export type ListContainersInclude = string;
|
|
3132
3132
|
/** Known values of {@link LeaseStatus} that the service accepts. */
|
|
3133
3133
|
export declare enum KnownLeaseStatus {
|
|
3134
3134
|
/** Locked */
|
|
@@ -3144,7 +3144,7 @@ export declare enum KnownLeaseStatus {
|
|
|
3144
3144
|
* **Locked** \
|
|
3145
3145
|
* **Unlocked**
|
|
3146
3146
|
*/
|
|
3147
|
-
export
|
|
3147
|
+
export type LeaseStatus = string;
|
|
3148
3148
|
/** Known values of {@link LeaseState} that the service accepts. */
|
|
3149
3149
|
export declare enum KnownLeaseState {
|
|
3150
3150
|
/** Available */
|
|
@@ -3169,7 +3169,7 @@ export declare enum KnownLeaseState {
|
|
|
3169
3169
|
* **Breaking** \
|
|
3170
3170
|
* **Broken**
|
|
3171
3171
|
*/
|
|
3172
|
-
export
|
|
3172
|
+
export type LeaseState = string;
|
|
3173
3173
|
/** Known values of {@link LeaseDuration} that the service accepts. */
|
|
3174
3174
|
export declare enum KnownLeaseDuration {
|
|
3175
3175
|
/** Infinite */
|
|
@@ -3185,7 +3185,7 @@ export declare enum KnownLeaseDuration {
|
|
|
3185
3185
|
* **Infinite** \
|
|
3186
3186
|
* **Fixed**
|
|
3187
3187
|
*/
|
|
3188
|
-
export
|
|
3188
|
+
export type LeaseDuration = string;
|
|
3189
3189
|
/** Known values of {@link ImmutabilityPolicyState} that the service accepts. */
|
|
3190
3190
|
export declare enum KnownImmutabilityPolicyState {
|
|
3191
3191
|
/** Locked */
|
|
@@ -3201,7 +3201,7 @@ export declare enum KnownImmutabilityPolicyState {
|
|
|
3201
3201
|
* **Locked** \
|
|
3202
3202
|
* **Unlocked**
|
|
3203
3203
|
*/
|
|
3204
|
-
export
|
|
3204
|
+
export type ImmutabilityPolicyState = string;
|
|
3205
3205
|
/** Known values of {@link ImmutabilityPolicyUpdateType} that the service accepts. */
|
|
3206
3206
|
export declare enum KnownImmutabilityPolicyUpdateType {
|
|
3207
3207
|
/** Put */
|
|
@@ -3220,7 +3220,7 @@ export declare enum KnownImmutabilityPolicyUpdateType {
|
|
|
3220
3220
|
* **lock** \
|
|
3221
3221
|
* **extend**
|
|
3222
3222
|
*/
|
|
3223
|
-
export
|
|
3223
|
+
export type ImmutabilityPolicyUpdateType = string;
|
|
3224
3224
|
/** Known values of {@link MigrationState} that the service accepts. */
|
|
3225
3225
|
export declare enum KnownMigrationState {
|
|
3226
3226
|
/** InProgress */
|
|
@@ -3236,7 +3236,7 @@ export declare enum KnownMigrationState {
|
|
|
3236
3236
|
* **InProgress** \
|
|
3237
3237
|
* **Completed**
|
|
3238
3238
|
*/
|
|
3239
|
-
export
|
|
3239
|
+
export type MigrationState = string;
|
|
3240
3240
|
/** Known values of {@link LeaseContainerRequestAction} that the service accepts. */
|
|
3241
3241
|
export declare enum KnownLeaseContainerRequestAction {
|
|
3242
3242
|
/** Acquire */
|
|
@@ -3261,7 +3261,7 @@ export declare enum KnownLeaseContainerRequestAction {
|
|
|
3261
3261
|
* **Release** \
|
|
3262
3262
|
* **Break**
|
|
3263
3263
|
*/
|
|
3264
|
-
export
|
|
3264
|
+
export type LeaseContainerRequestAction = string;
|
|
3265
3265
|
/** Known values of {@link EnabledProtocols} that the service accepts. */
|
|
3266
3266
|
export declare enum KnownEnabledProtocols {
|
|
3267
3267
|
/** SMB */
|
|
@@ -3277,7 +3277,7 @@ export declare enum KnownEnabledProtocols {
|
|
|
3277
3277
|
* **SMB** \
|
|
3278
3278
|
* **NFS**
|
|
3279
3279
|
*/
|
|
3280
|
-
export
|
|
3280
|
+
export type EnabledProtocols = string;
|
|
3281
3281
|
/** Known values of {@link RootSquashType} that the service accepts. */
|
|
3282
3282
|
export declare enum KnownRootSquashType {
|
|
3283
3283
|
/** NoRootSquash */
|
|
@@ -3296,7 +3296,7 @@ export declare enum KnownRootSquashType {
|
|
|
3296
3296
|
* **RootSquash** \
|
|
3297
3297
|
* **AllSquash**
|
|
3298
3298
|
*/
|
|
3299
|
-
export
|
|
3299
|
+
export type RootSquashType = string;
|
|
3300
3300
|
/** Known values of {@link ShareAccessTier} that the service accepts. */
|
|
3301
3301
|
export declare enum KnownShareAccessTier {
|
|
3302
3302
|
/** TransactionOptimized */
|
|
@@ -3318,7 +3318,7 @@ export declare enum KnownShareAccessTier {
|
|
|
3318
3318
|
* **Cool** \
|
|
3319
3319
|
* **Premium**
|
|
3320
3320
|
*/
|
|
3321
|
-
export
|
|
3321
|
+
export type ShareAccessTier = string;
|
|
3322
3322
|
/** Known values of {@link LeaseShareAction} that the service accepts. */
|
|
3323
3323
|
export declare enum KnownLeaseShareAction {
|
|
3324
3324
|
/** Acquire */
|
|
@@ -3343,44 +3343,44 @@ export declare enum KnownLeaseShareAction {
|
|
|
3343
3343
|
* **Release** \
|
|
3344
3344
|
* **Break**
|
|
3345
3345
|
*/
|
|
3346
|
-
export
|
|
3346
|
+
export type LeaseShareAction = string;
|
|
3347
3347
|
/** Defines values for SkuTier. */
|
|
3348
|
-
export
|
|
3348
|
+
export type SkuTier = "Standard" | "Premium";
|
|
3349
3349
|
/** Defines values for Reason. */
|
|
3350
|
-
export
|
|
3350
|
+
export type Reason = "AccountNameInvalid" | "AlreadyExists";
|
|
3351
3351
|
/** Defines values for DefaultAction. */
|
|
3352
|
-
export
|
|
3352
|
+
export type DefaultAction = "Allow" | "Deny";
|
|
3353
3353
|
/** Defines values for AccessTier. */
|
|
3354
|
-
export
|
|
3354
|
+
export type AccessTier = "Hot" | "Cool" | "Premium";
|
|
3355
3355
|
/** Defines values for ProvisioningState. */
|
|
3356
|
-
export
|
|
3356
|
+
export type ProvisioningState = "Creating" | "ResolvingDNS" | "Succeeded";
|
|
3357
3357
|
/** Defines values for AccountStatus. */
|
|
3358
|
-
export
|
|
3358
|
+
export type AccountStatus = "available" | "unavailable";
|
|
3359
3359
|
/** Defines values for StorageAccountExpand. */
|
|
3360
|
-
export
|
|
3360
|
+
export type StorageAccountExpand = "geoReplicationStats" | "blobRestoreStatus";
|
|
3361
3361
|
/** Defines values for KeyPermission. */
|
|
3362
|
-
export
|
|
3362
|
+
export type KeyPermission = "Read" | "Full";
|
|
3363
3363
|
/** Defines values for UsageUnit. */
|
|
3364
|
-
export
|
|
3364
|
+
export type UsageUnit = "Count" | "Bytes" | "Seconds" | "Percent" | "CountsPerSecond" | "BytesPerSecond";
|
|
3365
3365
|
/** Defines values for HttpProtocol. */
|
|
3366
|
-
export
|
|
3366
|
+
export type HttpProtocol = "https,http" | "https";
|
|
3367
3367
|
/** Defines values for PublicAccess. */
|
|
3368
|
-
export
|
|
3368
|
+
export type PublicAccess = "Container" | "Blob" | "None";
|
|
3369
3369
|
/** Optional parameters. */
|
|
3370
3370
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
3371
3371
|
}
|
|
3372
3372
|
/** Contains response data for the list operation. */
|
|
3373
|
-
export
|
|
3373
|
+
export type OperationsListResponse = OperationListResult;
|
|
3374
3374
|
/** Optional parameters. */
|
|
3375
3375
|
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
3376
3376
|
}
|
|
3377
3377
|
/** Contains response data for the list operation. */
|
|
3378
|
-
export
|
|
3378
|
+
export type SkusListResponse = StorageSkuListResult;
|
|
3379
3379
|
/** Optional parameters. */
|
|
3380
3380
|
export interface StorageAccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
3381
3381
|
}
|
|
3382
3382
|
/** Contains response data for the checkNameAvailability operation. */
|
|
3383
|
-
export
|
|
3383
|
+
export type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
3384
3384
|
/** Optional parameters. */
|
|
3385
3385
|
export interface StorageAccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
3386
3386
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -3389,7 +3389,7 @@ export interface StorageAccountsCreateOptionalParams extends coreClient.Operatio
|
|
|
3389
3389
|
resumeFrom?: string;
|
|
3390
3390
|
}
|
|
3391
3391
|
/** Contains response data for the create operation. */
|
|
3392
|
-
export
|
|
3392
|
+
export type StorageAccountsCreateResponse = StorageAccount;
|
|
3393
3393
|
/** Optional parameters. */
|
|
3394
3394
|
export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3395
3395
|
}
|
|
@@ -3399,42 +3399,42 @@ export interface StorageAccountsGetPropertiesOptionalParams extends coreClient.O
|
|
|
3399
3399
|
expand?: StorageAccountExpand;
|
|
3400
3400
|
}
|
|
3401
3401
|
/** Contains response data for the getProperties operation. */
|
|
3402
|
-
export
|
|
3402
|
+
export type StorageAccountsGetPropertiesResponse = StorageAccount;
|
|
3403
3403
|
/** Optional parameters. */
|
|
3404
3404
|
export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3405
3405
|
}
|
|
3406
3406
|
/** Contains response data for the update operation. */
|
|
3407
|
-
export
|
|
3407
|
+
export type StorageAccountsUpdateResponse = StorageAccount;
|
|
3408
3408
|
/** Optional parameters. */
|
|
3409
3409
|
export interface StorageAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
3410
3410
|
}
|
|
3411
3411
|
/** Contains response data for the list operation. */
|
|
3412
|
-
export
|
|
3412
|
+
export type StorageAccountsListResponse = StorageAccountListResult;
|
|
3413
3413
|
/** Optional parameters. */
|
|
3414
3414
|
export interface StorageAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3415
3415
|
}
|
|
3416
3416
|
/** Contains response data for the listByResourceGroup operation. */
|
|
3417
|
-
export
|
|
3417
|
+
export type StorageAccountsListByResourceGroupResponse = StorageAccountListResult;
|
|
3418
3418
|
/** Optional parameters. */
|
|
3419
3419
|
export interface StorageAccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
3420
3420
|
}
|
|
3421
3421
|
/** Contains response data for the listKeys operation. */
|
|
3422
|
-
export
|
|
3422
|
+
export type StorageAccountsListKeysResponse = StorageAccountListKeysResult;
|
|
3423
3423
|
/** Optional parameters. */
|
|
3424
3424
|
export interface StorageAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
3425
3425
|
}
|
|
3426
3426
|
/** Contains response data for the regenerateKey operation. */
|
|
3427
|
-
export
|
|
3427
|
+
export type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult;
|
|
3428
3428
|
/** Optional parameters. */
|
|
3429
3429
|
export interface StorageAccountsListAccountSASOptionalParams extends coreClient.OperationOptions {
|
|
3430
3430
|
}
|
|
3431
3431
|
/** Contains response data for the listAccountSAS operation. */
|
|
3432
|
-
export
|
|
3432
|
+
export type StorageAccountsListAccountSASResponse = ListAccountSasResponse;
|
|
3433
3433
|
/** Optional parameters. */
|
|
3434
3434
|
export interface StorageAccountsListServiceSASOptionalParams extends coreClient.OperationOptions {
|
|
3435
3435
|
}
|
|
3436
3436
|
/** Contains response data for the listServiceSAS operation. */
|
|
3437
|
-
export
|
|
3437
|
+
export type StorageAccountsListServiceSASResponse = ListServiceSasResponse;
|
|
3438
3438
|
/** Optional parameters. */
|
|
3439
3439
|
export interface StorageAccountsFailoverOptionalParams extends coreClient.OperationOptions {
|
|
3440
3440
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -3464,7 +3464,7 @@ export interface StorageAccountsRestoreBlobRangesOptionalParams extends coreClie
|
|
|
3464
3464
|
resumeFrom?: string;
|
|
3465
3465
|
}
|
|
3466
3466
|
/** Contains response data for the restoreBlobRanges operation. */
|
|
3467
|
-
export
|
|
3467
|
+
export type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus;
|
|
3468
3468
|
/** Optional parameters. */
|
|
3469
3469
|
export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends coreClient.OperationOptions {
|
|
3470
3470
|
}
|
|
@@ -3472,42 +3472,42 @@ export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends c
|
|
|
3472
3472
|
export interface StorageAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3473
3473
|
}
|
|
3474
3474
|
/** Contains response data for the listNext operation. */
|
|
3475
|
-
export
|
|
3475
|
+
export type StorageAccountsListNextResponse = StorageAccountListResult;
|
|
3476
3476
|
/** Optional parameters. */
|
|
3477
3477
|
export interface StorageAccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3478
3478
|
}
|
|
3479
3479
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3480
|
-
export
|
|
3480
|
+
export type StorageAccountsListByResourceGroupNextResponse = StorageAccountListResult;
|
|
3481
3481
|
/** Optional parameters. */
|
|
3482
3482
|
export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
3483
3483
|
}
|
|
3484
3484
|
/** Contains response data for the list operation. */
|
|
3485
|
-
export
|
|
3485
|
+
export type DeletedAccountsListResponse = DeletedAccountListResult;
|
|
3486
3486
|
/** Optional parameters. */
|
|
3487
3487
|
export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
3488
3488
|
}
|
|
3489
3489
|
/** Contains response data for the get operation. */
|
|
3490
|
-
export
|
|
3490
|
+
export type DeletedAccountsGetResponse = DeletedAccount;
|
|
3491
3491
|
/** Optional parameters. */
|
|
3492
3492
|
export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3493
3493
|
}
|
|
3494
3494
|
/** Contains response data for the listNext operation. */
|
|
3495
|
-
export
|
|
3495
|
+
export type DeletedAccountsListNextResponse = DeletedAccountListResult;
|
|
3496
3496
|
/** Optional parameters. */
|
|
3497
3497
|
export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
|
|
3498
3498
|
}
|
|
3499
3499
|
/** Contains response data for the listByLocation operation. */
|
|
3500
|
-
export
|
|
3500
|
+
export type UsagesListByLocationResponse = UsageListResult;
|
|
3501
3501
|
/** Optional parameters. */
|
|
3502
3502
|
export interface ManagementPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3503
3503
|
}
|
|
3504
3504
|
/** Contains response data for the get operation. */
|
|
3505
|
-
export
|
|
3505
|
+
export type ManagementPoliciesGetResponse = ManagementPolicy;
|
|
3506
3506
|
/** Optional parameters. */
|
|
3507
3507
|
export interface ManagementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3508
3508
|
}
|
|
3509
3509
|
/** Contains response data for the createOrUpdate operation. */
|
|
3510
|
-
export
|
|
3510
|
+
export type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy;
|
|
3511
3511
|
/** Optional parameters. */
|
|
3512
3512
|
export interface ManagementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3513
3513
|
}
|
|
@@ -3515,12 +3515,12 @@ export interface ManagementPoliciesDeleteOptionalParams extends coreClient.Opera
|
|
|
3515
3515
|
export interface BlobInventoryPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3516
3516
|
}
|
|
3517
3517
|
/** Contains response data for the get operation. */
|
|
3518
|
-
export
|
|
3518
|
+
export type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy;
|
|
3519
3519
|
/** Optional parameters. */
|
|
3520
3520
|
export interface BlobInventoryPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3521
3521
|
}
|
|
3522
3522
|
/** Contains response data for the createOrUpdate operation. */
|
|
3523
|
-
export
|
|
3523
|
+
export type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy;
|
|
3524
3524
|
/** Optional parameters. */
|
|
3525
3525
|
export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3526
3526
|
}
|
|
@@ -3528,22 +3528,22 @@ export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.Op
|
|
|
3528
3528
|
export interface BlobInventoryPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
3529
3529
|
}
|
|
3530
3530
|
/** Contains response data for the list operation. */
|
|
3531
|
-
export
|
|
3531
|
+
export type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy;
|
|
3532
3532
|
/** Optional parameters. */
|
|
3533
3533
|
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
3534
3534
|
}
|
|
3535
3535
|
/** Contains response data for the list operation. */
|
|
3536
|
-
export
|
|
3536
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
3537
3537
|
/** Optional parameters. */
|
|
3538
3538
|
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3539
3539
|
}
|
|
3540
3540
|
/** Contains response data for the get operation. */
|
|
3541
|
-
export
|
|
3541
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
3542
3542
|
/** Optional parameters. */
|
|
3543
3543
|
export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
3544
3544
|
}
|
|
3545
3545
|
/** Contains response data for the put operation. */
|
|
3546
|
-
export
|
|
3546
|
+
export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
|
|
3547
3547
|
/** Optional parameters. */
|
|
3548
3548
|
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3549
3549
|
}
|
|
@@ -3551,22 +3551,22 @@ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClie
|
|
|
3551
3551
|
export interface PrivateLinkResourcesListByStorageAccountOptionalParams extends coreClient.OperationOptions {
|
|
3552
3552
|
}
|
|
3553
3553
|
/** Contains response data for the listByStorageAccount operation. */
|
|
3554
|
-
export
|
|
3554
|
+
export type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult;
|
|
3555
3555
|
/** Optional parameters. */
|
|
3556
3556
|
export interface ObjectReplicationPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
3557
3557
|
}
|
|
3558
3558
|
/** Contains response data for the list operation. */
|
|
3559
|
-
export
|
|
3559
|
+
export type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies;
|
|
3560
3560
|
/** Optional parameters. */
|
|
3561
3561
|
export interface ObjectReplicationPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3562
3562
|
}
|
|
3563
3563
|
/** Contains response data for the get operation. */
|
|
3564
|
-
export
|
|
3564
|
+
export type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy;
|
|
3565
3565
|
/** Optional parameters. */
|
|
3566
3566
|
export interface ObjectReplicationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3567
3567
|
}
|
|
3568
3568
|
/** Contains response data for the createOrUpdate operation. */
|
|
3569
|
-
export
|
|
3569
|
+
export type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy;
|
|
3570
3570
|
/** Optional parameters. */
|
|
3571
3571
|
export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3572
3572
|
}
|
|
@@ -3574,17 +3574,17 @@ export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClien
|
|
|
3574
3574
|
export interface LocalUsersListOptionalParams extends coreClient.OperationOptions {
|
|
3575
3575
|
}
|
|
3576
3576
|
/** Contains response data for the list operation. */
|
|
3577
|
-
export
|
|
3577
|
+
export type LocalUsersListResponse = LocalUsers;
|
|
3578
3578
|
/** Optional parameters. */
|
|
3579
3579
|
export interface LocalUsersGetOptionalParams extends coreClient.OperationOptions {
|
|
3580
3580
|
}
|
|
3581
3581
|
/** Contains response data for the get operation. */
|
|
3582
|
-
export
|
|
3582
|
+
export type LocalUsersGetResponse = LocalUser;
|
|
3583
3583
|
/** Optional parameters. */
|
|
3584
3584
|
export interface LocalUsersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3585
3585
|
}
|
|
3586
3586
|
/** Contains response data for the createOrUpdate operation. */
|
|
3587
|
-
export
|
|
3587
|
+
export type LocalUsersCreateOrUpdateResponse = LocalUser;
|
|
3588
3588
|
/** Optional parameters. */
|
|
3589
3589
|
export interface LocalUsersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3590
3590
|
}
|
|
@@ -3592,27 +3592,27 @@ export interface LocalUsersDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
3592
3592
|
export interface LocalUsersListKeysOptionalParams extends coreClient.OperationOptions {
|
|
3593
3593
|
}
|
|
3594
3594
|
/** Contains response data for the listKeys operation. */
|
|
3595
|
-
export
|
|
3595
|
+
export type LocalUsersListKeysResponse = LocalUserKeys;
|
|
3596
3596
|
/** Optional parameters. */
|
|
3597
3597
|
export interface LocalUsersRegeneratePasswordOptionalParams extends coreClient.OperationOptions {
|
|
3598
3598
|
}
|
|
3599
3599
|
/** Contains response data for the regeneratePassword operation. */
|
|
3600
|
-
export
|
|
3600
|
+
export type LocalUsersRegeneratePasswordResponse = LocalUserRegeneratePasswordResult;
|
|
3601
3601
|
/** Optional parameters. */
|
|
3602
3602
|
export interface EncryptionScopesPutOptionalParams extends coreClient.OperationOptions {
|
|
3603
3603
|
}
|
|
3604
3604
|
/** Contains response data for the put operation. */
|
|
3605
|
-
export
|
|
3605
|
+
export type EncryptionScopesPutResponse = EncryptionScope;
|
|
3606
3606
|
/** Optional parameters. */
|
|
3607
3607
|
export interface EncryptionScopesPatchOptionalParams extends coreClient.OperationOptions {
|
|
3608
3608
|
}
|
|
3609
3609
|
/** Contains response data for the patch operation. */
|
|
3610
|
-
export
|
|
3610
|
+
export type EncryptionScopesPatchResponse = EncryptionScope;
|
|
3611
3611
|
/** Optional parameters. */
|
|
3612
3612
|
export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
3613
3613
|
}
|
|
3614
3614
|
/** Contains response data for the get operation. */
|
|
3615
|
-
export
|
|
3615
|
+
export type EncryptionScopesGetResponse = EncryptionScope;
|
|
3616
3616
|
/** Optional parameters. */
|
|
3617
3617
|
export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
|
|
3618
3618
|
/** Optional, specifies the maximum number of encryption scopes that will be included in the list response. */
|
|
@@ -3623,7 +3623,7 @@ export interface EncryptionScopesListOptionalParams extends coreClient.Operation
|
|
|
3623
3623
|
include?: ListEncryptionScopesInclude;
|
|
3624
3624
|
}
|
|
3625
3625
|
/** Contains response data for the list operation. */
|
|
3626
|
-
export
|
|
3626
|
+
export type EncryptionScopesListResponse = EncryptionScopeListResult;
|
|
3627
3627
|
/** Optional parameters. */
|
|
3628
3628
|
export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3629
3629
|
/** Optional, specifies the maximum number of encryption scopes that will be included in the list response. */
|
|
@@ -3634,22 +3634,22 @@ export interface EncryptionScopesListNextOptionalParams extends coreClient.Opera
|
|
|
3634
3634
|
include?: ListEncryptionScopesInclude;
|
|
3635
3635
|
}
|
|
3636
3636
|
/** Contains response data for the listNext operation. */
|
|
3637
|
-
export
|
|
3637
|
+
export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
|
|
3638
3638
|
/** Optional parameters. */
|
|
3639
3639
|
export interface BlobServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3640
3640
|
}
|
|
3641
3641
|
/** Contains response data for the list operation. */
|
|
3642
|
-
export
|
|
3642
|
+
export type BlobServicesListResponse = BlobServiceItems;
|
|
3643
3643
|
/** Optional parameters. */
|
|
3644
3644
|
export interface BlobServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3645
3645
|
}
|
|
3646
3646
|
/** Contains response data for the setServiceProperties operation. */
|
|
3647
|
-
export
|
|
3647
|
+
export type BlobServicesSetServicePropertiesResponse = BlobServiceProperties;
|
|
3648
3648
|
/** Optional parameters. */
|
|
3649
3649
|
export interface BlobServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3650
3650
|
}
|
|
3651
3651
|
/** Contains response data for the getServiceProperties operation. */
|
|
3652
|
-
export
|
|
3652
|
+
export type BlobServicesGetServicePropertiesResponse = BlobServiceProperties;
|
|
3653
3653
|
/** Optional parameters. */
|
|
3654
3654
|
export interface BlobContainersListOptionalParams extends coreClient.OperationOptions {
|
|
3655
3655
|
/** Optional. When specified, only container names starting with the filter will be listed. */
|
|
@@ -3660,22 +3660,22 @@ export interface BlobContainersListOptionalParams extends coreClient.OperationOp
|
|
|
3660
3660
|
include?: ListContainersInclude;
|
|
3661
3661
|
}
|
|
3662
3662
|
/** Contains response data for the list operation. */
|
|
3663
|
-
export
|
|
3663
|
+
export type BlobContainersListResponse = ListContainerItems;
|
|
3664
3664
|
/** Optional parameters. */
|
|
3665
3665
|
export interface BlobContainersCreateOptionalParams extends coreClient.OperationOptions {
|
|
3666
3666
|
}
|
|
3667
3667
|
/** Contains response data for the create operation. */
|
|
3668
|
-
export
|
|
3668
|
+
export type BlobContainersCreateResponse = BlobContainer;
|
|
3669
3669
|
/** Optional parameters. */
|
|
3670
3670
|
export interface BlobContainersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3671
3671
|
}
|
|
3672
3672
|
/** Contains response data for the update operation. */
|
|
3673
|
-
export
|
|
3673
|
+
export type BlobContainersUpdateResponse = BlobContainer;
|
|
3674
3674
|
/** Optional parameters. */
|
|
3675
3675
|
export interface BlobContainersGetOptionalParams extends coreClient.OperationOptions {
|
|
3676
3676
|
}
|
|
3677
3677
|
/** Contains response data for the get operation. */
|
|
3678
|
-
export
|
|
3678
|
+
export type BlobContainersGetResponse = BlobContainer;
|
|
3679
3679
|
/** Optional parameters. */
|
|
3680
3680
|
export interface BlobContainersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3681
3681
|
}
|
|
@@ -3683,12 +3683,12 @@ export interface BlobContainersDeleteOptionalParams extends coreClient.Operation
|
|
|
3683
3683
|
export interface BlobContainersSetLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
3684
3684
|
}
|
|
3685
3685
|
/** Contains response data for the setLegalHold operation. */
|
|
3686
|
-
export
|
|
3686
|
+
export type BlobContainersSetLegalHoldResponse = LegalHold;
|
|
3687
3687
|
/** Optional parameters. */
|
|
3688
3688
|
export interface BlobContainersClearLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
3689
3689
|
}
|
|
3690
3690
|
/** Contains response data for the clearLegalHold operation. */
|
|
3691
|
-
export
|
|
3691
|
+
export type BlobContainersClearLegalHoldResponse = LegalHold;
|
|
3692
3692
|
/** Optional parameters. */
|
|
3693
3693
|
export interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3694
3694
|
/** The ImmutabilityPolicy Properties that will be created or updated to a blob container. */
|
|
@@ -3697,38 +3697,38 @@ export interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams ex
|
|
|
3697
3697
|
ifMatch?: string;
|
|
3698
3698
|
}
|
|
3699
3699
|
/** Contains response data for the createOrUpdateImmutabilityPolicy operation. */
|
|
3700
|
-
export
|
|
3700
|
+
export type BlobContainersCreateOrUpdateImmutabilityPolicyResponse = BlobContainersCreateOrUpdateImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3701
3701
|
/** Optional parameters. */
|
|
3702
3702
|
export interface BlobContainersGetImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3703
3703
|
/** The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. */
|
|
3704
3704
|
ifMatch?: string;
|
|
3705
3705
|
}
|
|
3706
3706
|
/** Contains response data for the getImmutabilityPolicy operation. */
|
|
3707
|
-
export
|
|
3707
|
+
export type BlobContainersGetImmutabilityPolicyResponse = BlobContainersGetImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3708
3708
|
/** Optional parameters. */
|
|
3709
3709
|
export interface BlobContainersDeleteImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3710
3710
|
}
|
|
3711
3711
|
/** Contains response data for the deleteImmutabilityPolicy operation. */
|
|
3712
|
-
export
|
|
3712
|
+
export type BlobContainersDeleteImmutabilityPolicyResponse = BlobContainersDeleteImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3713
3713
|
/** Optional parameters. */
|
|
3714
3714
|
export interface BlobContainersLockImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3715
3715
|
}
|
|
3716
3716
|
/** Contains response data for the lockImmutabilityPolicy operation. */
|
|
3717
|
-
export
|
|
3717
|
+
export type BlobContainersLockImmutabilityPolicyResponse = BlobContainersLockImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3718
3718
|
/** Optional parameters. */
|
|
3719
3719
|
export interface BlobContainersExtendImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3720
3720
|
/** The ImmutabilityPolicy Properties that will be extended for a blob container. */
|
|
3721
3721
|
parameters?: ImmutabilityPolicy;
|
|
3722
3722
|
}
|
|
3723
3723
|
/** Contains response data for the extendImmutabilityPolicy operation. */
|
|
3724
|
-
export
|
|
3724
|
+
export type BlobContainersExtendImmutabilityPolicyResponse = BlobContainersExtendImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3725
3725
|
/** Optional parameters. */
|
|
3726
3726
|
export interface BlobContainersLeaseOptionalParams extends coreClient.OperationOptions {
|
|
3727
3727
|
/** Lease Container request body. */
|
|
3728
3728
|
parameters?: LeaseContainerRequest;
|
|
3729
3729
|
}
|
|
3730
3730
|
/** Contains response data for the lease operation. */
|
|
3731
|
-
export
|
|
3731
|
+
export type BlobContainersLeaseResponse = LeaseContainerResponse;
|
|
3732
3732
|
/** Optional parameters. */
|
|
3733
3733
|
export interface BlobContainersObjectLevelWormOptionalParams extends coreClient.OperationOptions {
|
|
3734
3734
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -3746,22 +3746,22 @@ export interface BlobContainersListNextOptionalParams extends coreClient.Operati
|
|
|
3746
3746
|
include?: ListContainersInclude;
|
|
3747
3747
|
}
|
|
3748
3748
|
/** Contains response data for the listNext operation. */
|
|
3749
|
-
export
|
|
3749
|
+
export type BlobContainersListNextResponse = ListContainerItems;
|
|
3750
3750
|
/** Optional parameters. */
|
|
3751
3751
|
export interface FileServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3752
3752
|
}
|
|
3753
3753
|
/** Contains response data for the list operation. */
|
|
3754
|
-
export
|
|
3754
|
+
export type FileServicesListResponse = FileServiceItems;
|
|
3755
3755
|
/** Optional parameters. */
|
|
3756
3756
|
export interface FileServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3757
3757
|
}
|
|
3758
3758
|
/** Contains response data for the setServiceProperties operation. */
|
|
3759
|
-
export
|
|
3759
|
+
export type FileServicesSetServicePropertiesResponse = FileServiceProperties;
|
|
3760
3760
|
/** Optional parameters. */
|
|
3761
3761
|
export interface FileServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3762
3762
|
}
|
|
3763
3763
|
/** Contains response data for the getServiceProperties operation. */
|
|
3764
|
-
export
|
|
3764
|
+
export type FileServicesGetServicePropertiesResponse = FileServiceProperties;
|
|
3765
3765
|
/** Optional parameters. */
|
|
3766
3766
|
export interface FileSharesListOptionalParams extends coreClient.OperationOptions {
|
|
3767
3767
|
/** Optional. When specified, only share names starting with the filter will be listed. */
|
|
@@ -3772,19 +3772,19 @@ export interface FileSharesListOptionalParams extends coreClient.OperationOption
|
|
|
3772
3772
|
expand?: string;
|
|
3773
3773
|
}
|
|
3774
3774
|
/** Contains response data for the list operation. */
|
|
3775
|
-
export
|
|
3775
|
+
export type FileSharesListResponse = FileShareItems;
|
|
3776
3776
|
/** Optional parameters. */
|
|
3777
3777
|
export interface FileSharesCreateOptionalParams extends coreClient.OperationOptions {
|
|
3778
3778
|
/** Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ',' */
|
|
3779
3779
|
expand?: string;
|
|
3780
3780
|
}
|
|
3781
3781
|
/** Contains response data for the create operation. */
|
|
3782
|
-
export
|
|
3782
|
+
export type FileSharesCreateResponse = FileShare;
|
|
3783
3783
|
/** Optional parameters. */
|
|
3784
3784
|
export interface FileSharesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3785
3785
|
}
|
|
3786
3786
|
/** Contains response data for the update operation. */
|
|
3787
|
-
export
|
|
3787
|
+
export type FileSharesUpdateResponse = FileShare;
|
|
3788
3788
|
/** Optional parameters. */
|
|
3789
3789
|
export interface FileSharesGetOptionalParams extends coreClient.OperationOptions {
|
|
3790
3790
|
/** Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. */
|
|
@@ -3793,7 +3793,7 @@ export interface FileSharesGetOptionalParams extends coreClient.OperationOptions
|
|
|
3793
3793
|
xMsSnapshot?: string;
|
|
3794
3794
|
}
|
|
3795
3795
|
/** Contains response data for the get operation. */
|
|
3796
|
-
export
|
|
3796
|
+
export type FileSharesGetResponse = FileShare;
|
|
3797
3797
|
/** Optional parameters. */
|
|
3798
3798
|
export interface FileSharesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3799
3799
|
/** Optional, used to delete a snapshot. */
|
|
@@ -3812,7 +3812,7 @@ export interface FileSharesLeaseOptionalParams extends coreClient.OperationOptio
|
|
|
3812
3812
|
parameters?: LeaseShareRequest;
|
|
3813
3813
|
}
|
|
3814
3814
|
/** Contains response data for the lease operation. */
|
|
3815
|
-
export
|
|
3815
|
+
export type FileSharesLeaseResponse = FileSharesLeaseHeaders & LeaseShareResponse;
|
|
3816
3816
|
/** Optional parameters. */
|
|
3817
3817
|
export interface FileSharesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3818
3818
|
/** Optional. When specified, only share names starting with the filter will be listed. */
|
|
@@ -3823,37 +3823,37 @@ export interface FileSharesListNextOptionalParams extends coreClient.OperationOp
|
|
|
3823
3823
|
expand?: string;
|
|
3824
3824
|
}
|
|
3825
3825
|
/** Contains response data for the listNext operation. */
|
|
3826
|
-
export
|
|
3826
|
+
export type FileSharesListNextResponse = FileShareItems;
|
|
3827
3827
|
/** Optional parameters. */
|
|
3828
3828
|
export interface QueueServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3829
3829
|
}
|
|
3830
3830
|
/** Contains response data for the list operation. */
|
|
3831
|
-
export
|
|
3831
|
+
export type QueueServicesListResponse = ListQueueServices;
|
|
3832
3832
|
/** Optional parameters. */
|
|
3833
3833
|
export interface QueueServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3834
3834
|
}
|
|
3835
3835
|
/** Contains response data for the setServiceProperties operation. */
|
|
3836
|
-
export
|
|
3836
|
+
export type QueueServicesSetServicePropertiesResponse = QueueServiceProperties;
|
|
3837
3837
|
/** Optional parameters. */
|
|
3838
3838
|
export interface QueueServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3839
3839
|
}
|
|
3840
3840
|
/** Contains response data for the getServiceProperties operation. */
|
|
3841
|
-
export
|
|
3841
|
+
export type QueueServicesGetServicePropertiesResponse = QueueServiceProperties;
|
|
3842
3842
|
/** Optional parameters. */
|
|
3843
3843
|
export interface QueueCreateOptionalParams extends coreClient.OperationOptions {
|
|
3844
3844
|
}
|
|
3845
3845
|
/** Contains response data for the create operation. */
|
|
3846
|
-
export
|
|
3846
|
+
export type QueueCreateResponse = StorageQueue;
|
|
3847
3847
|
/** Optional parameters. */
|
|
3848
3848
|
export interface QueueUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3849
3849
|
}
|
|
3850
3850
|
/** Contains response data for the update operation. */
|
|
3851
|
-
export
|
|
3851
|
+
export type QueueUpdateResponse = StorageQueue;
|
|
3852
3852
|
/** Optional parameters. */
|
|
3853
3853
|
export interface QueueGetOptionalParams extends coreClient.OperationOptions {
|
|
3854
3854
|
}
|
|
3855
3855
|
/** Contains response data for the get operation. */
|
|
3856
|
-
export
|
|
3856
|
+
export type QueueGetResponse = StorageQueue;
|
|
3857
3857
|
/** Optional parameters. */
|
|
3858
3858
|
export interface QueueDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3859
3859
|
}
|
|
@@ -3865,7 +3865,7 @@ export interface QueueListOptionalParams extends coreClient.OperationOptions {
|
|
|
3865
3865
|
maxpagesize?: string;
|
|
3866
3866
|
}
|
|
3867
3867
|
/** Contains response data for the list operation. */
|
|
3868
|
-
export
|
|
3868
|
+
export type QueueListResponse = ListQueueResource;
|
|
3869
3869
|
/** Optional parameters. */
|
|
3870
3870
|
export interface QueueListNextOptionalParams extends coreClient.OperationOptions {
|
|
3871
3871
|
/** Optional, When specified, only the queues with a name starting with the given filter will be listed. */
|
|
@@ -3874,41 +3874,41 @@ export interface QueueListNextOptionalParams extends coreClient.OperationOptions
|
|
|
3874
3874
|
maxpagesize?: string;
|
|
3875
3875
|
}
|
|
3876
3876
|
/** Contains response data for the listNext operation. */
|
|
3877
|
-
export
|
|
3877
|
+
export type QueueListNextResponse = ListQueueResource;
|
|
3878
3878
|
/** Optional parameters. */
|
|
3879
3879
|
export interface TableServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3880
3880
|
}
|
|
3881
3881
|
/** Contains response data for the list operation. */
|
|
3882
|
-
export
|
|
3882
|
+
export type TableServicesListResponse = ListTableServices;
|
|
3883
3883
|
/** Optional parameters. */
|
|
3884
3884
|
export interface TableServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3885
3885
|
}
|
|
3886
3886
|
/** Contains response data for the setServiceProperties operation. */
|
|
3887
|
-
export
|
|
3887
|
+
export type TableServicesSetServicePropertiesResponse = TableServiceProperties;
|
|
3888
3888
|
/** Optional parameters. */
|
|
3889
3889
|
export interface TableServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3890
3890
|
}
|
|
3891
3891
|
/** Contains response data for the getServiceProperties operation. */
|
|
3892
|
-
export
|
|
3892
|
+
export type TableServicesGetServicePropertiesResponse = TableServiceProperties;
|
|
3893
3893
|
/** Optional parameters. */
|
|
3894
3894
|
export interface TableCreateOptionalParams extends coreClient.OperationOptions {
|
|
3895
3895
|
/** The parameters to provide to create a table. */
|
|
3896
3896
|
parameters?: Table;
|
|
3897
3897
|
}
|
|
3898
3898
|
/** Contains response data for the create operation. */
|
|
3899
|
-
export
|
|
3899
|
+
export type TableCreateResponse = Table;
|
|
3900
3900
|
/** Optional parameters. */
|
|
3901
3901
|
export interface TableUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3902
3902
|
/** The parameters to provide to create a table. */
|
|
3903
3903
|
parameters?: Table;
|
|
3904
3904
|
}
|
|
3905
3905
|
/** Contains response data for the update operation. */
|
|
3906
|
-
export
|
|
3906
|
+
export type TableUpdateResponse = Table;
|
|
3907
3907
|
/** Optional parameters. */
|
|
3908
3908
|
export interface TableGetOptionalParams extends coreClient.OperationOptions {
|
|
3909
3909
|
}
|
|
3910
3910
|
/** Contains response data for the get operation. */
|
|
3911
|
-
export
|
|
3911
|
+
export type TableGetResponse = Table;
|
|
3912
3912
|
/** Optional parameters. */
|
|
3913
3913
|
export interface TableDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3914
3914
|
}
|
|
@@ -3916,12 +3916,12 @@ export interface TableDeleteOptionalParams extends coreClient.OperationOptions {
|
|
|
3916
3916
|
export interface TableListOptionalParams extends coreClient.OperationOptions {
|
|
3917
3917
|
}
|
|
3918
3918
|
/** Contains response data for the list operation. */
|
|
3919
|
-
export
|
|
3919
|
+
export type TableListResponse = ListTableResource;
|
|
3920
3920
|
/** Optional parameters. */
|
|
3921
3921
|
export interface TableListNextOptionalParams extends coreClient.OperationOptions {
|
|
3922
3922
|
}
|
|
3923
3923
|
/** Contains response data for the listNext operation. */
|
|
3924
|
-
export
|
|
3924
|
+
export type TableListNextResponse = ListTableResource;
|
|
3925
3925
|
/** Optional parameters. */
|
|
3926
3926
|
export interface StorageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
3927
3927
|
/** server parameter */
|