@azure/arm-purestorageblock 1.0.0-alpha.20250703.3 → 1.0.0-alpha.20250717.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/package.json +1 -1
- package/review/{arm-purestorageblock-api-avsStorageContainerVolumes.api.md → arm-purestorageblock-api-avsStorageContainerVolumes-node.api.md} +44 -44
- package/review/{arm-purestorageblock-api-avsStorageContainers.api.md → arm-purestorageblock-api-avsStorageContainers-node.api.md} +36 -36
- package/review/{arm-purestorageblock-api-avsVmVolumes.api.md → arm-purestorageblock-api-avsVmVolumes-node.api.md} +44 -44
- package/review/{arm-purestorageblock-api-avsVms.api.md → arm-purestorageblock-api-avsVms-node.api.md} +44 -44
- package/review/{arm-purestorageblock-api.api.md → arm-purestorageblock-api-node.api.md} +27 -27
- package/review/{arm-purestorageblock-api-operations.api.md → arm-purestorageblock-api-operations-node.api.md} +19 -19
- package/review/{arm-purestorageblock-api-reservations.api.md → arm-purestorageblock-api-reservations-node.api.md} +80 -80
- package/review/{arm-purestorageblock-api-storagePools.api.md → arm-purestorageblock-api-storagePools-node.api.md} +112 -112
- package/review/{arm-purestorageblock-models.api.md → arm-purestorageblock-models-node.api.md} +590 -590
- package/review/{arm-purestorageblock.api.md → arm-purestorageblock-node.api.md} +879 -879
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export interface AvsStorageContainerVolumesDeleteOptionalParams extends OperationOptions {
|
|
17
|
-
updateIntervalInMs?: number;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// @public
|
|
21
|
-
export interface AvsStorageContainerVolumesGetOptionalParams extends OperationOptions {
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export interface AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams extends OperationOptions {
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export interface AvsStorageContainerVolumesUpdateOptionalParams extends OperationOptions {
|
|
30
|
-
updateIntervalInMs?: number;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// @public
|
|
34
|
-
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesGetOptionalParams): Promise<AvsStorageContainerVolume>;
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export function listByAvsStorageContainer(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams): PagedAsyncIterableIterator<AvsStorageContainerVolume>;
|
|
38
|
-
|
|
39
|
-
// @public
|
|
40
|
-
export function update(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, properties: AvsStorageContainerVolumeUpdate, options?: AvsStorageContainerVolumesUpdateOptionalParams): PollerLike<OperationState<AvsStorageContainerVolume>, AvsStorageContainerVolume>;
|
|
41
|
-
|
|
42
|
-
// (No @packageDocumentation comment for this package)
|
|
43
|
-
|
|
44
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export interface AvsStorageContainerVolumesDeleteOptionalParams extends OperationOptions {
|
|
17
|
+
updateIntervalInMs?: number;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// @public
|
|
21
|
+
export interface AvsStorageContainerVolumesGetOptionalParams extends OperationOptions {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams extends OperationOptions {
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export interface AvsStorageContainerVolumesUpdateOptionalParams extends OperationOptions {
|
|
30
|
+
updateIntervalInMs?: number;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesGetOptionalParams): Promise<AvsStorageContainerVolume>;
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export function listByAvsStorageContainer(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams): PagedAsyncIterableIterator<AvsStorageContainerVolume>;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export function update(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, properties: AvsStorageContainerVolumeUpdate, options?: AvsStorageContainerVolumesUpdateOptionalParams): PollerLike<OperationState<AvsStorageContainerVolume>, AvsStorageContainerVolume>;
|
|
41
|
+
|
|
42
|
+
// (No @packageDocumentation comment for this package)
|
|
43
|
+
|
|
44
|
+
```
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export interface AvsStorageContainersDeleteOptionalParams extends OperationOptions {
|
|
17
|
-
updateIntervalInMs?: number;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// @public
|
|
21
|
-
export interface AvsStorageContainersGetOptionalParams extends OperationOptions {
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export interface AvsStorageContainersListByStoragePoolOptionalParams extends OperationOptions {
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersGetOptionalParams): Promise<AvsStorageContainer>;
|
|
30
|
-
|
|
31
|
-
// @public
|
|
32
|
-
export function listByStoragePool(context: BlockContext, resourceGroupName: string, storagePoolName: string, options?: AvsStorageContainersListByStoragePoolOptionalParams): PagedAsyncIterableIterator<AvsStorageContainer>;
|
|
33
|
-
|
|
34
|
-
// (No @packageDocumentation comment for this package)
|
|
35
|
-
|
|
36
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export interface AvsStorageContainersDeleteOptionalParams extends OperationOptions {
|
|
17
|
+
updateIntervalInMs?: number;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// @public
|
|
21
|
+
export interface AvsStorageContainersGetOptionalParams extends OperationOptions {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface AvsStorageContainersListByStoragePoolOptionalParams extends OperationOptions {
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersGetOptionalParams): Promise<AvsStorageContainer>;
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export function listByStoragePool(context: BlockContext, resourceGroupName: string, storagePoolName: string, options?: AvsStorageContainersListByStoragePoolOptionalParams): PagedAsyncIterableIterator<AvsStorageContainer>;
|
|
33
|
+
|
|
34
|
+
// (No @packageDocumentation comment for this package)
|
|
35
|
+
|
|
36
|
+
```
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export interface AvsVmVolumesDeleteOptionalParams extends OperationOptions {
|
|
17
|
-
updateIntervalInMs?: number;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// @public
|
|
21
|
-
export interface AvsVmVolumesGetOptionalParams extends OperationOptions {
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export interface AvsVmVolumesListByAvsVmOptionalParams extends OperationOptions {
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export interface AvsVmVolumesUpdateOptionalParams extends OperationOptions {
|
|
30
|
-
updateIntervalInMs?: number;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// @public
|
|
34
|
-
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesGetOptionalParams): Promise<AvsVmVolume>;
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export function listByAvsVm(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmVolumesListByAvsVmOptionalParams): PagedAsyncIterableIterator<AvsVmVolume>;
|
|
38
|
-
|
|
39
|
-
// @public
|
|
40
|
-
export function update(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, properties: AvsVmVolumeUpdate, options?: AvsVmVolumesUpdateOptionalParams): PollerLike<OperationState<AvsVmVolume>, AvsVmVolume>;
|
|
41
|
-
|
|
42
|
-
// (No @packageDocumentation comment for this package)
|
|
43
|
-
|
|
44
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export interface AvsVmVolumesDeleteOptionalParams extends OperationOptions {
|
|
17
|
+
updateIntervalInMs?: number;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// @public
|
|
21
|
+
export interface AvsVmVolumesGetOptionalParams extends OperationOptions {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface AvsVmVolumesListByAvsVmOptionalParams extends OperationOptions {
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export interface AvsVmVolumesUpdateOptionalParams extends OperationOptions {
|
|
30
|
+
updateIntervalInMs?: number;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesGetOptionalParams): Promise<AvsVmVolume>;
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export function listByAvsVm(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmVolumesListByAvsVmOptionalParams): PagedAsyncIterableIterator<AvsVmVolume>;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export function update(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, properties: AvsVmVolumeUpdate, options?: AvsVmVolumesUpdateOptionalParams): PollerLike<OperationState<AvsVmVolume>, AvsVmVolume>;
|
|
41
|
+
|
|
42
|
+
// (No @packageDocumentation comment for this package)
|
|
43
|
+
|
|
44
|
+
```
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export interface AvsVmsDeleteOptionalParams extends OperationOptions {
|
|
17
|
-
updateIntervalInMs?: number;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// @public
|
|
21
|
-
export interface AvsVmsGetOptionalParams extends OperationOptions {
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export interface AvsVmsListByStoragePoolOptionalParams extends OperationOptions {
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// @public
|
|
29
|
-
export interface AvsVmsUpdateOptionalParams extends OperationOptions {
|
|
30
|
-
updateIntervalInMs?: number;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
// @public
|
|
34
|
-
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsGetOptionalParams): Promise<AvsVm>;
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export function listByStoragePool(context: BlockContext, resourceGroupName: string, storagePoolName: string, options?: AvsVmsListByStoragePoolOptionalParams): PagedAsyncIterableIterator<AvsVm>;
|
|
38
|
-
|
|
39
|
-
// @public
|
|
40
|
-
export function update(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, properties: AvsVmUpdate, options?: AvsVmsUpdateOptionalParams): PollerLike<OperationState<AvsVm>, AvsVm>;
|
|
41
|
-
|
|
42
|
-
// (No @packageDocumentation comment for this package)
|
|
43
|
-
|
|
44
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export interface AvsVmsDeleteOptionalParams extends OperationOptions {
|
|
17
|
+
updateIntervalInMs?: number;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// @public
|
|
21
|
+
export interface AvsVmsGetOptionalParams extends OperationOptions {
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export interface AvsVmsListByStoragePoolOptionalParams extends OperationOptions {
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// @public
|
|
29
|
+
export interface AvsVmsUpdateOptionalParams extends OperationOptions {
|
|
30
|
+
updateIntervalInMs?: number;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export function get(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsGetOptionalParams): Promise<AvsVm>;
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export function listByStoragePool(context: BlockContext, resourceGroupName: string, storagePoolName: string, options?: AvsVmsListByStoragePoolOptionalParams): PagedAsyncIterableIterator<AvsVm>;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export function update(context: BlockContext, resourceGroupName: string, storagePoolName: string, avsVmId: string, properties: AvsVmUpdate, options?: AvsVmsUpdateOptionalParams): PollerLike<OperationState<AvsVm>, AvsVm>;
|
|
41
|
+
|
|
42
|
+
// (No @packageDocumentation comment for this package)
|
|
43
|
+
|
|
44
|
+
```
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { TokenCredential } from '@azure/core-auth';
|
|
10
|
-
|
|
11
|
-
// @public
|
|
12
|
-
export interface BlockClientOptionalParams extends ClientOptions {
|
|
13
|
-
apiVersion?: string;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
// @public (undocumented)
|
|
17
|
-
export interface BlockContext extends Client {
|
|
18
|
-
apiVersion: string;
|
|
19
|
-
subscriptionId: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
// @public (undocumented)
|
|
23
|
-
export function createBlock(credential: TokenCredential, subscriptionId: string, options?: BlockClientOptionalParams): BlockContext;
|
|
24
|
-
|
|
25
|
-
// (No @packageDocumentation comment for this package)
|
|
26
|
-
|
|
27
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { TokenCredential } from '@azure/core-auth';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export interface BlockClientOptionalParams extends ClientOptions {
|
|
13
|
+
apiVersion?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// @public (undocumented)
|
|
17
|
+
export interface BlockContext extends Client {
|
|
18
|
+
apiVersion: string;
|
|
19
|
+
subscriptionId: string;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
// @public (undocumented)
|
|
23
|
+
export function createBlock(credential: TokenCredential, subscriptionId: string, options?: BlockClientOptionalParams): BlockContext;
|
|
24
|
+
|
|
25
|
+
// (No @packageDocumentation comment for this package)
|
|
26
|
+
|
|
27
|
+
```
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
|
|
10
|
-
// @public
|
|
11
|
-
export function list(context: BlockContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface OperationsListOptionalParams extends OperationOptions {
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
// (No @packageDocumentation comment for this package)
|
|
18
|
-
|
|
19
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export function list(context: BlockContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface OperationsListOptionalParams extends OperationOptions {
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// (No @packageDocumentation comment for this package)
|
|
18
|
+
|
|
19
|
+
```
|
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Client } from '@azure-rest/core-client';
|
|
8
|
-
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PollerLike } from '@azure/core-lro';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function $delete(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export function create(context: BlockContext, resourceGroupName: string, reservationName: string, resource: Reservation, options?: ReservationsCreateOptionalParams): PollerLike<OperationState<Reservation>, Reservation>;
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export function get(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetOptionalParams): Promise<Reservation>;
|
|
20
|
-
|
|
21
|
-
// @public
|
|
22
|
-
export function getBillingReport(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingReportOptionalParams): Promise<ReservationBillingUsageReport>;
|
|
23
|
-
|
|
24
|
-
// @public
|
|
25
|
-
export function getBillingStatus(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingStatusOptionalParams): Promise<ReservationBillingStatus>;
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export function getResourceLimits(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetResourceLimitsOptionalParams): Promise<LimitDetails>;
|
|
29
|
-
|
|
30
|
-
// @public
|
|
31
|
-
export function listByResourceGroup(context: BlockContext, resourceGroupName: string, options?: ReservationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Reservation>;
|
|
32
|
-
|
|
33
|
-
// @public
|
|
34
|
-
export function listBySubscription(context: BlockContext, options?: ReservationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Reservation>;
|
|
35
|
-
|
|
36
|
-
// @public
|
|
37
|
-
export interface ReservationsCreateOptionalParams extends OperationOptions {
|
|
38
|
-
updateIntervalInMs?: number;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// @public
|
|
42
|
-
export interface ReservationsDeleteOptionalParams extends OperationOptions {
|
|
43
|
-
updateIntervalInMs?: number;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// @public
|
|
47
|
-
export interface ReservationsGetBillingReportOptionalParams extends OperationOptions {
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// @public
|
|
51
|
-
export interface ReservationsGetBillingStatusOptionalParams extends OperationOptions {
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// @public
|
|
55
|
-
export interface ReservationsGetOptionalParams extends OperationOptions {
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
// @public
|
|
59
|
-
export interface ReservationsGetResourceLimitsOptionalParams extends OperationOptions {
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// @public
|
|
63
|
-
export interface ReservationsListByResourceGroupOptionalParams extends OperationOptions {
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// @public
|
|
67
|
-
export interface ReservationsListBySubscriptionOptionalParams extends OperationOptions {
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// @public
|
|
71
|
-
export interface ReservationsUpdateOptionalParams extends OperationOptions {
|
|
72
|
-
updateIntervalInMs?: number;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export function update(context: BlockContext, resourceGroupName: string, reservationName: string, properties: ReservationUpdate, options?: ReservationsUpdateOptionalParams): PollerLike<OperationState<Reservation>, Reservation>;
|
|
77
|
-
|
|
78
|
-
// (No @packageDocumentation comment for this package)
|
|
79
|
-
|
|
80
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-purestorageblock"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Client } from '@azure-rest/core-client';
|
|
8
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export function $delete(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export function create(context: BlockContext, resourceGroupName: string, reservationName: string, resource: Reservation, options?: ReservationsCreateOptionalParams): PollerLike<OperationState<Reservation>, Reservation>;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export function get(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetOptionalParams): Promise<Reservation>;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export function getBillingReport(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingReportOptionalParams): Promise<ReservationBillingUsageReport>;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export function getBillingStatus(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingStatusOptionalParams): Promise<ReservationBillingStatus>;
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export function getResourceLimits(context: BlockContext, resourceGroupName: string, reservationName: string, options?: ReservationsGetResourceLimitsOptionalParams): Promise<LimitDetails>;
|
|
29
|
+
|
|
30
|
+
// @public
|
|
31
|
+
export function listByResourceGroup(context: BlockContext, resourceGroupName: string, options?: ReservationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Reservation>;
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export function listBySubscription(context: BlockContext, options?: ReservationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Reservation>;
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export interface ReservationsCreateOptionalParams extends OperationOptions {
|
|
38
|
+
updateIntervalInMs?: number;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface ReservationsDeleteOptionalParams extends OperationOptions {
|
|
43
|
+
updateIntervalInMs?: number;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface ReservationsGetBillingReportOptionalParams extends OperationOptions {
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// @public
|
|
51
|
+
export interface ReservationsGetBillingStatusOptionalParams extends OperationOptions {
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export interface ReservationsGetOptionalParams extends OperationOptions {
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface ReservationsGetResourceLimitsOptionalParams extends OperationOptions {
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
// @public
|
|
63
|
+
export interface ReservationsListByResourceGroupOptionalParams extends OperationOptions {
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface ReservationsListBySubscriptionOptionalParams extends OperationOptions {
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export interface ReservationsUpdateOptionalParams extends OperationOptions {
|
|
72
|
+
updateIntervalInMs?: number;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export function update(context: BlockContext, resourceGroupName: string, reservationName: string, properties: ReservationUpdate, options?: ReservationsUpdateOptionalParams): PollerLike<OperationState<Reservation>, Reservation>;
|
|
77
|
+
|
|
78
|
+
// (No @packageDocumentation comment for this package)
|
|
79
|
+
|
|
80
|
+
```
|