@azure/arm-elasticsan 1.0.0-beta.1 → 1.0.0-beta.3
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 +69 -1
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +2839 -1192
- 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/elasticSansCreateSample.js +26 -17
- package/dist-esm/samples-dev/elasticSansCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansDeleteSample.js +17 -10
- package/dist-esm/samples-dev/elasticSansDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansGetSample.js +17 -10
- package/dist-esm/samples-dev/elasticSansGetSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +39 -18
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +37 -16
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +21 -13
- package/dist-esm/samples-dev/elasticSansUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +39 -16
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +70 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +58 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +58 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +98 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +56 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js.map +1 -0
- package/dist-esm/samples-dev/skusListSample.js +38 -17
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +34 -16
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +19 -12
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +19 -12
- package/dist-esm/samples-dev/volumeGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +41 -20
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +33 -15
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +70 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js +60 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js +60 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +102 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesCreateSample.js +25 -18
- package/dist-esm/samples-dev/volumesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesDeleteSample.js +28 -15
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesGetSample.js +21 -14
- package/dist-esm/samples-dev/volumesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +43 -22
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +22 -18
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
- package/dist-esm/src/elasticSanManagement.d.ts +4 -1
- package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +9 -9
- package/dist-esm/src/elasticSanManagement.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +613 -135
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +84 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +30 -6
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +704 -133
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +53 -3
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/elasticSans.d.ts +4 -4
- package/dist-esm/src/operations/elasticSans.d.ts.map +1 -1
- package/dist-esm/src/operations/elasticSans.js +98 -51
- package/dist-esm/src/operations/elasticSans.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts +2 -2
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +22 -11
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +334 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -1
- package/dist-esm/src/operations/skus.js +21 -10
- package/dist-esm/src/operations/skus.js.map +1 -1
- package/dist-esm/src/operations/volumeGroups.d.ts +4 -4
- package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeGroups.js +78 -48
- package/dist-esm/src/operations/volumeGroups.js.map +1 -1
- package/dist-esm/src/operations/volumeSnapshots.d.ts +89 -0
- package/dist-esm/src/operations/volumeSnapshots.d.ts.map +1 -0
- package/dist-esm/src/operations/volumeSnapshots.js +395 -0
- package/dist-esm/src/operations/volumeSnapshots.js.map +1 -0
- package/dist-esm/src/operations/volumes.d.ts +4 -4
- package/dist-esm/src/operations/volumes.d.ts.map +1 -1
- package/dist-esm/src/operations/volumes.js +91 -57
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/elasticSans.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/elasticSans.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.js +9 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumes.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/elasticsan_examples.spec.js +12 -5
- package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
- package/package.json +18 -23
- package/review/arm-elasticsan.api.md +416 -66
- package/src/elasticSanManagement.ts +20 -9
- package/src/index.ts +1 -0
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +648 -109
- package/src/models/mappers.ts +749 -130
- package/src/models/parameters.ts +61 -3
- package/src/operations/elasticSans.ts +97 -60
- package/src/operations/index.ts +3 -0
- package/src/operations/operations.ts +16 -11
- package/src/operations/privateEndpointConnections.ts +450 -0
- package/src/operations/privateLinkResources.ts +72 -0
- package/src/operations/skus.ts +11 -6
- package/src/operations/volumeGroups.ts +76 -53
- package/src/operations/volumeSnapshots.ts +551 -0
- package/src/operations/volumes.ts +87 -54
- package/src/operationsInterfaces/elasticSans.ts +6 -6
- package/src/operationsInterfaces/index.ts +3 -0
- package/src/operationsInterfaces/operations.ts +2 -2
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/volumeGroups.ts +6 -6
- package/src/operationsInterfaces/volumeSnapshots.ts +121 -0
- package/src/operationsInterfaces/volumes.ts +10 -4
- package/src/pagingHelper.ts +39 -0
- package/types/arm-elasticsan.d.ts +784 -112
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
|
@@ -6,9 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
import * as coreAuth from '@azure/core-auth';
|
|
8
8
|
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
9
10
|
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
import {
|
|
11
|
-
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type Action = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type ActionType = string;
|
|
12
18
|
|
|
13
19
|
// @public
|
|
14
20
|
export type CreatedByType = string;
|
|
@@ -18,9 +24,10 @@ export interface ElasticSan extends TrackedResource {
|
|
|
18
24
|
availabilityZones?: string[];
|
|
19
25
|
baseSizeTiB: number;
|
|
20
26
|
extendedCapacitySizeTiB: number;
|
|
27
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
21
28
|
readonly provisioningState?: ProvisioningStates;
|
|
29
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
22
30
|
sku: Sku;
|
|
23
|
-
readonly systemData?: SystemData;
|
|
24
31
|
readonly totalIops?: number;
|
|
25
32
|
readonly totalMBps?: number;
|
|
26
33
|
readonly totalSizeTiB?: number;
|
|
@@ -31,7 +38,7 @@ export interface ElasticSan extends TrackedResource {
|
|
|
31
38
|
// @public
|
|
32
39
|
export interface ElasticSanList {
|
|
33
40
|
readonly nextLink?: string;
|
|
34
|
-
value
|
|
41
|
+
value?: ElasticSan[];
|
|
35
42
|
}
|
|
36
43
|
|
|
37
44
|
// @public (undocumented)
|
|
@@ -46,6 +53,10 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
46
53
|
// (undocumented)
|
|
47
54
|
operations: Operations;
|
|
48
55
|
// (undocumented)
|
|
56
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
57
|
+
// (undocumented)
|
|
58
|
+
privateLinkResources: PrivateLinkResources;
|
|
59
|
+
// (undocumented)
|
|
49
60
|
skus: Skus;
|
|
50
61
|
// (undocumented)
|
|
51
62
|
subscriptionId: string;
|
|
@@ -53,6 +64,8 @@ export class ElasticSanManagement extends coreClient.ServiceClient {
|
|
|
53
64
|
volumeGroups: VolumeGroups;
|
|
54
65
|
// (undocumented)
|
|
55
66
|
volumes: Volumes;
|
|
67
|
+
// (undocumented)
|
|
68
|
+
volumeSnapshots: VolumeSnapshots;
|
|
56
69
|
}
|
|
57
70
|
|
|
58
71
|
// @public
|
|
@@ -62,34 +75,13 @@ export interface ElasticSanManagementOptionalParams extends coreClient.ServiceCl
|
|
|
62
75
|
endpoint?: string;
|
|
63
76
|
}
|
|
64
77
|
|
|
65
|
-
// @public
|
|
66
|
-
export interface ElasticSanOperationDisplay {
|
|
67
|
-
description: string;
|
|
68
|
-
operation: string;
|
|
69
|
-
provider: string;
|
|
70
|
-
resource: string;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// @public
|
|
74
|
-
export interface ElasticSanOperationListResult {
|
|
75
|
-
nextLink?: string;
|
|
76
|
-
value: ElasticSanRPOperation[];
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// @public
|
|
80
|
-
export interface ElasticSanRPOperation {
|
|
81
|
-
readonly display?: ElasticSanOperationDisplay;
|
|
82
|
-
readonly isDataAction?: boolean;
|
|
83
|
-
name: string;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
78
|
// @public
|
|
87
79
|
export interface ElasticSans {
|
|
88
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams): Promise<
|
|
80
|
+
beginCreate(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams): Promise<SimplePollerLike<OperationState<ElasticSansCreateResponse>, ElasticSansCreateResponse>>;
|
|
89
81
|
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, parameters: ElasticSan, options?: ElasticSansCreateOptionalParams): Promise<ElasticSansCreateResponse>;
|
|
90
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams): Promise<
|
|
82
|
+
beginDelete(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
91
83
|
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, options?: ElasticSansDeleteOptionalParams): Promise<void>;
|
|
92
|
-
beginUpdate(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams): Promise<
|
|
84
|
+
beginUpdate(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ElasticSansUpdateResponse>, ElasticSansUpdateResponse>>;
|
|
93
85
|
beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, parameters: ElasticSanUpdate, options?: ElasticSansUpdateOptionalParams): Promise<ElasticSansUpdateResponse>;
|
|
94
86
|
get(resourceGroupName: string, elasticSanName: string, options?: ElasticSansGetOptionalParams): Promise<ElasticSansGetResponse>;
|
|
95
87
|
listByResourceGroup(resourceGroupName: string, options?: ElasticSansListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ElasticSan>;
|
|
@@ -105,6 +97,12 @@ export interface ElasticSansCreateOptionalParams extends coreClient.OperationOpt
|
|
|
105
97
|
// @public
|
|
106
98
|
export type ElasticSansCreateResponse = ElasticSan;
|
|
107
99
|
|
|
100
|
+
// @public
|
|
101
|
+
export interface ElasticSansDeleteHeaders {
|
|
102
|
+
// (undocumented)
|
|
103
|
+
location?: string;
|
|
104
|
+
}
|
|
105
|
+
|
|
108
106
|
// @public
|
|
109
107
|
export interface ElasticSansDeleteOptionalParams extends coreClient.OperationOptions {
|
|
110
108
|
resumeFrom?: string;
|
|
@@ -146,6 +144,12 @@ export interface ElasticSansListBySubscriptionOptionalParams extends coreClient.
|
|
|
146
144
|
// @public
|
|
147
145
|
export type ElasticSansListBySubscriptionResponse = ElasticSanList;
|
|
148
146
|
|
|
147
|
+
// @public
|
|
148
|
+
export interface ElasticSansUpdateHeaders {
|
|
149
|
+
// (undocumented)
|
|
150
|
+
location?: string;
|
|
151
|
+
}
|
|
152
|
+
|
|
149
153
|
// @public
|
|
150
154
|
export interface ElasticSansUpdateOptionalParams extends coreClient.OperationOptions {
|
|
151
155
|
resumeFrom?: string;
|
|
@@ -159,11 +163,23 @@ export type ElasticSansUpdateResponse = ElasticSan;
|
|
|
159
163
|
export interface ElasticSanUpdate {
|
|
160
164
|
baseSizeTiB?: number;
|
|
161
165
|
extendedCapacitySizeTiB?: number;
|
|
166
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
162
167
|
tags?: {
|
|
163
168
|
[propertyName: string]: string;
|
|
164
169
|
};
|
|
165
170
|
}
|
|
166
171
|
|
|
172
|
+
// @public
|
|
173
|
+
export interface EncryptionIdentity {
|
|
174
|
+
encryptionUserAssignedIdentity?: string;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
// @public
|
|
178
|
+
export interface EncryptionProperties {
|
|
179
|
+
encryptionIdentity?: EncryptionIdentity;
|
|
180
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
181
|
+
}
|
|
182
|
+
|
|
167
183
|
// @public
|
|
168
184
|
export type EncryptionType = string;
|
|
169
185
|
|
|
@@ -174,19 +190,35 @@ export interface ErrorAdditionalInfo {
|
|
|
174
190
|
}
|
|
175
191
|
|
|
176
192
|
// @public
|
|
177
|
-
export interface
|
|
178
|
-
error?: ErrorResponse;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// @public
|
|
182
|
-
export interface ErrorResponse {
|
|
193
|
+
export interface ErrorDetail {
|
|
183
194
|
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
184
195
|
readonly code?: string;
|
|
185
|
-
readonly details?:
|
|
196
|
+
readonly details?: ErrorDetail[];
|
|
186
197
|
readonly message?: string;
|
|
187
198
|
readonly target?: string;
|
|
188
199
|
}
|
|
189
200
|
|
|
201
|
+
// @public
|
|
202
|
+
export interface ErrorResponse {
|
|
203
|
+
error?: ErrorDetail;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface Identity {
|
|
211
|
+
readonly principalId?: string;
|
|
212
|
+
readonly tenantId?: string;
|
|
213
|
+
type: IdentityType;
|
|
214
|
+
userAssignedIdentities?: {
|
|
215
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export type IdentityType = string;
|
|
221
|
+
|
|
190
222
|
// @public
|
|
191
223
|
export interface IscsiTargetInfo {
|
|
192
224
|
readonly provisioningState?: ProvisioningStates;
|
|
@@ -196,6 +228,26 @@ export interface IscsiTargetInfo {
|
|
|
196
228
|
readonly targetPortalPort?: number;
|
|
197
229
|
}
|
|
198
230
|
|
|
231
|
+
// @public
|
|
232
|
+
export interface KeyVaultProperties {
|
|
233
|
+
readonly currentVersionedKeyExpirationTimestamp?: Date;
|
|
234
|
+
readonly currentVersionedKeyIdentifier?: string;
|
|
235
|
+
keyName?: string;
|
|
236
|
+
keyVaultUri?: string;
|
|
237
|
+
keyVersion?: string;
|
|
238
|
+
readonly lastKeyRotationTimestamp?: Date;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export enum KnownAction {
|
|
243
|
+
Allow = "Allow"
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export enum KnownActionType {
|
|
248
|
+
Internal = "Internal"
|
|
249
|
+
}
|
|
250
|
+
|
|
199
251
|
// @public
|
|
200
252
|
export enum KnownCreatedByType {
|
|
201
253
|
Application = "Application",
|
|
@@ -206,9 +258,17 @@ export enum KnownCreatedByType {
|
|
|
206
258
|
|
|
207
259
|
// @public
|
|
208
260
|
export enum KnownEncryptionType {
|
|
261
|
+
EncryptionAtRestWithCustomerManagedKey = "EncryptionAtRestWithCustomerManagedKey",
|
|
209
262
|
EncryptionAtRestWithPlatformKey = "EncryptionAtRestWithPlatformKey"
|
|
210
263
|
}
|
|
211
264
|
|
|
265
|
+
// @public
|
|
266
|
+
export enum KnownIdentityType {
|
|
267
|
+
None = "None",
|
|
268
|
+
SystemAssigned = "SystemAssigned",
|
|
269
|
+
UserAssigned = "UserAssigned"
|
|
270
|
+
}
|
|
271
|
+
|
|
212
272
|
// @public
|
|
213
273
|
export enum KnownOperationalStatus {
|
|
214
274
|
Healthy = "Healthy",
|
|
@@ -221,6 +281,21 @@ export enum KnownOperationalStatus {
|
|
|
221
281
|
Updating = "Updating"
|
|
222
282
|
}
|
|
223
283
|
|
|
284
|
+
// @public
|
|
285
|
+
export enum KnownOrigin {
|
|
286
|
+
System = "system",
|
|
287
|
+
User = "user",
|
|
288
|
+
UserSystem = "user,system"
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
// @public
|
|
292
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
293
|
+
Approved = "Approved",
|
|
294
|
+
Failed = "Failed",
|
|
295
|
+
Pending = "Pending",
|
|
296
|
+
Rejected = "Rejected"
|
|
297
|
+
}
|
|
298
|
+
|
|
224
299
|
// @public
|
|
225
300
|
export enum KnownProvisioningStates {
|
|
226
301
|
Canceled = "Canceled",
|
|
@@ -233,6 +308,12 @@ export enum KnownProvisioningStates {
|
|
|
233
308
|
Updating = "Updating"
|
|
234
309
|
}
|
|
235
310
|
|
|
311
|
+
// @public
|
|
312
|
+
export enum KnownPublicNetworkAccess {
|
|
313
|
+
Disabled = "Disabled",
|
|
314
|
+
Enabled = "Enabled"
|
|
315
|
+
}
|
|
316
|
+
|
|
236
317
|
// @public
|
|
237
318
|
export enum KnownSkuName {
|
|
238
319
|
PremiumLRS = "Premium_LRS",
|
|
@@ -250,17 +331,66 @@ export enum KnownStorageTargetType {
|
|
|
250
331
|
None = "None"
|
|
251
332
|
}
|
|
252
333
|
|
|
334
|
+
// @public
|
|
335
|
+
export enum KnownVolumeCreateOption {
|
|
336
|
+
Disk = "Disk",
|
|
337
|
+
DiskRestorePoint = "DiskRestorePoint",
|
|
338
|
+
DiskSnapshot = "DiskSnapshot",
|
|
339
|
+
None = "None",
|
|
340
|
+
VolumeSnapshot = "VolumeSnapshot"
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export enum KnownXMsDeleteSnapshots {
|
|
345
|
+
False = "false",
|
|
346
|
+
True = "true"
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export enum KnownXMsForceDelete {
|
|
351
|
+
False = "false",
|
|
352
|
+
True = "true"
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface ManagedByInfo {
|
|
357
|
+
resourceId?: string;
|
|
358
|
+
}
|
|
359
|
+
|
|
253
360
|
// @public
|
|
254
361
|
export interface NetworkRuleSet {
|
|
255
362
|
virtualNetworkRules?: VirtualNetworkRule[];
|
|
256
363
|
}
|
|
257
364
|
|
|
365
|
+
// @public
|
|
366
|
+
export interface Operation {
|
|
367
|
+
readonly actionType?: ActionType;
|
|
368
|
+
display?: OperationDisplay;
|
|
369
|
+
readonly isDataAction?: boolean;
|
|
370
|
+
readonly name?: string;
|
|
371
|
+
readonly origin?: Origin;
|
|
372
|
+
}
|
|
373
|
+
|
|
258
374
|
// @public
|
|
259
375
|
export type OperationalStatus = string;
|
|
260
376
|
|
|
377
|
+
// @public
|
|
378
|
+
export interface OperationDisplay {
|
|
379
|
+
readonly description?: string;
|
|
380
|
+
readonly operation?: string;
|
|
381
|
+
readonly provider?: string;
|
|
382
|
+
readonly resource?: string;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// @public
|
|
386
|
+
export interface OperationListResult {
|
|
387
|
+
readonly nextLink?: string;
|
|
388
|
+
readonly value?: Operation[];
|
|
389
|
+
}
|
|
390
|
+
|
|
261
391
|
// @public
|
|
262
392
|
export interface Operations {
|
|
263
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<
|
|
393
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
264
394
|
}
|
|
265
395
|
|
|
266
396
|
// @public
|
|
@@ -268,18 +398,125 @@ export interface OperationsListOptionalParams extends coreClient.OperationOption
|
|
|
268
398
|
}
|
|
269
399
|
|
|
270
400
|
// @public
|
|
271
|
-
export type OperationsListResponse =
|
|
401
|
+
export type OperationsListResponse = OperationListResult;
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export type Origin = string;
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export interface PrivateEndpoint {
|
|
408
|
+
readonly id?: string;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
// @public
|
|
412
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
413
|
+
groupIds?: string[];
|
|
414
|
+
privateEndpoint?: PrivateEndpoint;
|
|
415
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
416
|
+
readonly provisioningState?: ProvisioningStates;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export interface PrivateEndpointConnectionListResult {
|
|
421
|
+
readonly nextLink?: string;
|
|
422
|
+
value?: PrivateEndpointConnection[];
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export interface PrivateEndpointConnections {
|
|
427
|
+
beginCreate(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateResponse>, PrivateEndpointConnectionsCreateResponse>>;
|
|
428
|
+
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnectionsCreateResponse>;
|
|
429
|
+
beginDelete(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
430
|
+
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
431
|
+
get(resourceGroupName: string, elasticSanName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
432
|
+
list(resourceGroupName: string, elasticSanName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export interface PrivateEndpointConnectionsCreateOptionalParams extends coreClient.OperationOptions {
|
|
437
|
+
resumeFrom?: string;
|
|
438
|
+
updateIntervalInMs?: number;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
// @public
|
|
442
|
+
export type PrivateEndpointConnectionsCreateResponse = PrivateEndpointConnection;
|
|
443
|
+
|
|
444
|
+
// @public
|
|
445
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
446
|
+
// (undocumented)
|
|
447
|
+
location?: string;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
// @public
|
|
451
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
452
|
+
resumeFrom?: string;
|
|
453
|
+
updateIntervalInMs?: number;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
// @public
|
|
461
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
// @public
|
|
468
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
469
|
+
|
|
470
|
+
// @public
|
|
471
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export interface PrivateLinkResource extends Resource {
|
|
475
|
+
readonly groupId?: string;
|
|
476
|
+
readonly requiredMembers?: string[];
|
|
477
|
+
requiredZoneNames?: string[];
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export interface PrivateLinkResourceListResult {
|
|
482
|
+
readonly nextLink?: string;
|
|
483
|
+
value?: PrivateLinkResource[];
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
// @public
|
|
487
|
+
export interface PrivateLinkResources {
|
|
488
|
+
listByElasticSan(resourceGroupName: string, elasticSanName: string, options?: PrivateLinkResourcesListByElasticSanOptionalParams): Promise<PrivateLinkResourcesListByElasticSanResponse>;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
// @public
|
|
492
|
+
export interface PrivateLinkResourcesListByElasticSanOptionalParams extends coreClient.OperationOptions {
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export type PrivateLinkResourcesListByElasticSanResponse = PrivateLinkResourceListResult;
|
|
497
|
+
|
|
498
|
+
// @public
|
|
499
|
+
export interface PrivateLinkServiceConnectionState {
|
|
500
|
+
actionsRequired?: string;
|
|
501
|
+
description?: string;
|
|
502
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
503
|
+
}
|
|
272
504
|
|
|
273
505
|
// @public
|
|
274
506
|
export type ProvisioningStates = string;
|
|
275
507
|
|
|
508
|
+
// @public
|
|
509
|
+
export interface ProxyResource extends Resource {
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export type PublicNetworkAccess = string;
|
|
514
|
+
|
|
276
515
|
// @public
|
|
277
516
|
export interface Resource {
|
|
278
517
|
readonly id?: string;
|
|
279
518
|
readonly name?: string;
|
|
280
|
-
|
|
281
|
-
[propertyName: string]: string;
|
|
282
|
-
};
|
|
519
|
+
readonly systemData?: SystemData;
|
|
283
520
|
readonly type?: string;
|
|
284
521
|
}
|
|
285
522
|
|
|
@@ -307,6 +544,7 @@ export interface SkuInformation {
|
|
|
307
544
|
|
|
308
545
|
// @public
|
|
309
546
|
export interface SkuInformationList {
|
|
547
|
+
readonly nextLink?: string;
|
|
310
548
|
readonly value?: SkuInformation[];
|
|
311
549
|
}
|
|
312
550
|
|
|
@@ -336,13 +574,29 @@ export type SkusListResponse = SkuInformationList;
|
|
|
336
574
|
export type SkuTier = string;
|
|
337
575
|
|
|
338
576
|
// @public
|
|
339
|
-
export interface
|
|
340
|
-
|
|
341
|
-
|
|
577
|
+
export interface Snapshot extends ProxyResource {
|
|
578
|
+
creationData: SnapshotCreationData;
|
|
579
|
+
readonly provisioningState?: ProvisioningStates;
|
|
580
|
+
readonly sourceVolumeSizeGiB?: number;
|
|
581
|
+
readonly volumeName?: string;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
// @public
|
|
585
|
+
export interface SnapshotCreationData {
|
|
586
|
+
sourceId: string;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export interface SnapshotList {
|
|
591
|
+
readonly nextLink?: string;
|
|
592
|
+
value?: Snapshot[];
|
|
342
593
|
}
|
|
343
594
|
|
|
344
595
|
// @public
|
|
345
|
-
export
|
|
596
|
+
export interface SourceCreationData {
|
|
597
|
+
createSource?: VolumeCreateOption;
|
|
598
|
+
sourceId?: string;
|
|
599
|
+
}
|
|
346
600
|
|
|
347
601
|
// @public
|
|
348
602
|
export type StorageTargetType = string;
|
|
@@ -359,47 +613,61 @@ export interface SystemData {
|
|
|
359
613
|
|
|
360
614
|
// @public
|
|
361
615
|
export interface TrackedResource extends Resource {
|
|
362
|
-
location
|
|
616
|
+
location: string;
|
|
617
|
+
tags?: {
|
|
618
|
+
[propertyName: string]: string;
|
|
619
|
+
};
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export interface UserAssignedIdentity {
|
|
624
|
+
readonly clientId?: string;
|
|
625
|
+
readonly principalId?: string;
|
|
363
626
|
}
|
|
364
627
|
|
|
365
628
|
// @public
|
|
366
629
|
export interface VirtualNetworkRule {
|
|
367
|
-
action?:
|
|
368
|
-
readonly state?: State;
|
|
630
|
+
action?: Action;
|
|
369
631
|
virtualNetworkResourceId: string;
|
|
370
632
|
}
|
|
371
633
|
|
|
372
634
|
// @public
|
|
373
|
-
export interface Volume extends
|
|
635
|
+
export interface Volume extends ProxyResource {
|
|
374
636
|
creationData?: SourceCreationData;
|
|
375
|
-
|
|
637
|
+
managedBy?: ManagedByInfo;
|
|
638
|
+
readonly provisioningState?: ProvisioningStates;
|
|
639
|
+
sizeGiB: number;
|
|
376
640
|
readonly storageTarget?: IscsiTargetInfo;
|
|
377
|
-
readonly systemData?: SystemData;
|
|
378
641
|
readonly volumeId?: string;
|
|
379
642
|
}
|
|
380
643
|
|
|
381
644
|
// @public
|
|
382
|
-
export
|
|
645
|
+
export type VolumeCreateOption = string;
|
|
646
|
+
|
|
647
|
+
// @public
|
|
648
|
+
export interface VolumeGroup extends ProxyResource {
|
|
383
649
|
encryption?: EncryptionType;
|
|
650
|
+
encryptionProperties?: EncryptionProperties;
|
|
651
|
+
identity?: Identity;
|
|
384
652
|
networkAcls?: NetworkRuleSet;
|
|
653
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
385
654
|
protocolType?: StorageTargetType;
|
|
386
655
|
readonly provisioningState?: ProvisioningStates;
|
|
387
|
-
readonly systemData?: SystemData;
|
|
388
656
|
}
|
|
389
657
|
|
|
390
658
|
// @public
|
|
391
659
|
export interface VolumeGroupList {
|
|
392
660
|
readonly nextLink?: string;
|
|
393
|
-
value
|
|
661
|
+
value?: VolumeGroup[];
|
|
394
662
|
}
|
|
395
663
|
|
|
396
664
|
// @public
|
|
397
665
|
export interface VolumeGroups {
|
|
398
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams): Promise<
|
|
666
|
+
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeGroupsCreateResponse>, VolumeGroupsCreateResponse>>;
|
|
399
667
|
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroup, options?: VolumeGroupsCreateOptionalParams): Promise<VolumeGroupsCreateResponse>;
|
|
400
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<
|
|
668
|
+
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
401
669
|
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<void>;
|
|
402
|
-
beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams): Promise<
|
|
670
|
+
beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeGroupsUpdateResponse>, VolumeGroupsUpdateResponse>>;
|
|
403
671
|
beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, parameters: VolumeGroupUpdate, options?: VolumeGroupsUpdateOptionalParams): Promise<VolumeGroupsUpdateResponse>;
|
|
404
672
|
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams): Promise<VolumeGroupsGetResponse>;
|
|
405
673
|
listByElasticSan(resourceGroupName: string, elasticSanName: string, options?: VolumeGroupsListByElasticSanOptionalParams): PagedAsyncIterableIterator<VolumeGroup>;
|
|
@@ -414,6 +682,12 @@ export interface VolumeGroupsCreateOptionalParams extends coreClient.OperationOp
|
|
|
414
682
|
// @public
|
|
415
683
|
export type VolumeGroupsCreateResponse = VolumeGroup;
|
|
416
684
|
|
|
685
|
+
// @public
|
|
686
|
+
export interface VolumeGroupsDeleteHeaders {
|
|
687
|
+
// (undocumented)
|
|
688
|
+
location?: string;
|
|
689
|
+
}
|
|
690
|
+
|
|
417
691
|
// @public
|
|
418
692
|
export interface VolumeGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
419
693
|
resumeFrom?: string;
|
|
@@ -441,6 +715,12 @@ export interface VolumeGroupsListByElasticSanOptionalParams extends coreClient.O
|
|
|
441
715
|
// @public
|
|
442
716
|
export type VolumeGroupsListByElasticSanResponse = VolumeGroupList;
|
|
443
717
|
|
|
718
|
+
// @public
|
|
719
|
+
export interface VolumeGroupsUpdateHeaders {
|
|
720
|
+
// (undocumented)
|
|
721
|
+
location?: string;
|
|
722
|
+
}
|
|
723
|
+
|
|
444
724
|
// @public
|
|
445
725
|
export interface VolumeGroupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
446
726
|
resumeFrom?: string;
|
|
@@ -453,26 +733,25 @@ export type VolumeGroupsUpdateResponse = VolumeGroup;
|
|
|
453
733
|
// @public
|
|
454
734
|
export interface VolumeGroupUpdate {
|
|
455
735
|
encryption?: EncryptionType;
|
|
736
|
+
encryptionProperties?: EncryptionProperties;
|
|
737
|
+
identity?: Identity;
|
|
456
738
|
networkAcls?: NetworkRuleSet;
|
|
457
739
|
protocolType?: StorageTargetType;
|
|
458
|
-
tags?: {
|
|
459
|
-
[propertyName: string]: string;
|
|
460
|
-
};
|
|
461
740
|
}
|
|
462
741
|
|
|
463
742
|
// @public
|
|
464
743
|
export interface VolumeList {
|
|
465
744
|
readonly nextLink?: string;
|
|
466
|
-
value
|
|
745
|
+
value?: Volume[];
|
|
467
746
|
}
|
|
468
747
|
|
|
469
748
|
// @public
|
|
470
749
|
export interface Volumes {
|
|
471
|
-
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<
|
|
750
|
+
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<SimplePollerLike<OperationState<VolumesCreateResponse>, VolumesCreateResponse>>;
|
|
472
751
|
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: Volume, options?: VolumesCreateOptionalParams): Promise<VolumesCreateResponse>;
|
|
473
|
-
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<
|
|
752
|
+
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
474
753
|
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<void>;
|
|
475
|
-
beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<
|
|
754
|
+
beginUpdate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VolumesUpdateResponse>, VolumesUpdateResponse>>;
|
|
476
755
|
beginUpdateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, parameters: VolumeUpdate, options?: VolumesUpdateOptionalParams): Promise<VolumesUpdateResponse>;
|
|
477
756
|
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<VolumesGetResponse>;
|
|
478
757
|
listByVolumeGroup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumesListByVolumeGroupOptionalParams): PagedAsyncIterableIterator<Volume>;
|
|
@@ -487,10 +766,18 @@ export interface VolumesCreateOptionalParams extends coreClient.OperationOptions
|
|
|
487
766
|
// @public
|
|
488
767
|
export type VolumesCreateResponse = Volume;
|
|
489
768
|
|
|
769
|
+
// @public
|
|
770
|
+
export interface VolumesDeleteHeaders {
|
|
771
|
+
// (undocumented)
|
|
772
|
+
location?: string;
|
|
773
|
+
}
|
|
774
|
+
|
|
490
775
|
// @public
|
|
491
776
|
export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
492
777
|
resumeFrom?: string;
|
|
493
778
|
updateIntervalInMs?: number;
|
|
779
|
+
xMsDeleteSnapshots?: XMsDeleteSnapshots;
|
|
780
|
+
xMsForceDelete?: XMsForceDelete;
|
|
494
781
|
}
|
|
495
782
|
|
|
496
783
|
// @public
|
|
@@ -514,6 +801,65 @@ export interface VolumesListByVolumeGroupOptionalParams extends coreClient.Opera
|
|
|
514
801
|
// @public
|
|
515
802
|
export type VolumesListByVolumeGroupResponse = VolumeList;
|
|
516
803
|
|
|
804
|
+
// @public
|
|
805
|
+
export interface VolumeSnapshots {
|
|
806
|
+
beginCreate(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, parameters: Snapshot, options?: VolumeSnapshotsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VolumeSnapshotsCreateResponse>, VolumeSnapshotsCreateResponse>>;
|
|
807
|
+
beginCreateAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, parameters: Snapshot, options?: VolumeSnapshotsCreateOptionalParams): Promise<VolumeSnapshotsCreateResponse>;
|
|
808
|
+
beginDelete(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, options?: VolumeSnapshotsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
809
|
+
beginDeleteAndWait(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, options?: VolumeSnapshotsDeleteOptionalParams): Promise<void>;
|
|
810
|
+
get(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, snapshotName: string, options?: VolumeSnapshotsGetOptionalParams): Promise<VolumeSnapshotsGetResponse>;
|
|
811
|
+
listByVolumeGroup(resourceGroupName: string, elasticSanName: string, volumeGroupName: string, options?: VolumeSnapshotsListByVolumeGroupOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
// @public
|
|
815
|
+
export interface VolumeSnapshotsCreateOptionalParams extends coreClient.OperationOptions {
|
|
816
|
+
resumeFrom?: string;
|
|
817
|
+
updateIntervalInMs?: number;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
// @public
|
|
821
|
+
export type VolumeSnapshotsCreateResponse = Snapshot;
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export interface VolumeSnapshotsDeleteHeaders {
|
|
825
|
+
// (undocumented)
|
|
826
|
+
location?: string;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
// @public
|
|
830
|
+
export interface VolumeSnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
831
|
+
resumeFrom?: string;
|
|
832
|
+
updateIntervalInMs?: number;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
// @public
|
|
836
|
+
export interface VolumeSnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
// @public
|
|
840
|
+
export type VolumeSnapshotsGetResponse = Snapshot;
|
|
841
|
+
|
|
842
|
+
// @public
|
|
843
|
+
export interface VolumeSnapshotsListByVolumeGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
// @public
|
|
847
|
+
export type VolumeSnapshotsListByVolumeGroupNextResponse = SnapshotList;
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export interface VolumeSnapshotsListByVolumeGroupOptionalParams extends coreClient.OperationOptions {
|
|
851
|
+
filter?: string;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
// @public
|
|
855
|
+
export type VolumeSnapshotsListByVolumeGroupResponse = SnapshotList;
|
|
856
|
+
|
|
857
|
+
// @public
|
|
858
|
+
export interface VolumesUpdateHeaders {
|
|
859
|
+
// (undocumented)
|
|
860
|
+
location?: string;
|
|
861
|
+
}
|
|
862
|
+
|
|
517
863
|
// @public
|
|
518
864
|
export interface VolumesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
519
865
|
resumeFrom?: string;
|
|
@@ -525,12 +871,16 @@ export type VolumesUpdateResponse = Volume;
|
|
|
525
871
|
|
|
526
872
|
// @public
|
|
527
873
|
export interface VolumeUpdate {
|
|
874
|
+
managedBy?: ManagedByInfo;
|
|
528
875
|
sizeGiB?: number;
|
|
529
|
-
tags?: {
|
|
530
|
-
[propertyName: string]: string;
|
|
531
|
-
};
|
|
532
876
|
}
|
|
533
877
|
|
|
878
|
+
// @public
|
|
879
|
+
export type XMsDeleteSnapshots = string;
|
|
880
|
+
|
|
881
|
+
// @public
|
|
882
|
+
export type XMsForceDelete = string;
|
|
883
|
+
|
|
534
884
|
// (No @packageDocumentation comment for this package)
|
|
535
885
|
|
|
536
886
|
```
|