@azure/arm-recoveryservicesbackup 10.1.0 → 10.1.1-alpha.20230418.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/CHANGELOG.md +11 -1
- package/dist/index.js +181 -76
- 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/backupEnginesListSample.js +12 -5
- package/dist-esm/samples-dev/backupEnginesListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupJobsListSample.js +36 -15
- package/dist-esm/samples-dev/backupJobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupPoliciesListSample.js +36 -15
- package/dist-esm/samples-dev/backupPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectableItemsListSample.js +12 -5
- package/dist-esm/samples-dev/backupProtectableItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectedItemsListSample.js +12 -5
- package/dist-esm/samples-dev/backupProtectedItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectionContainersListSample.js +12 -5
- package/dist-esm/samples-dev/backupProtectionContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectionIntentListSample.js +12 -5
- package/dist-esm/samples-dev/backupProtectionIntentListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupUsageSummariesListSample.js +24 -10
- package/dist-esm/samples-dev/backupUsageSummariesListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupWorkloadItemsListSample.js +12 -5
- package/dist-esm/samples-dev/backupWorkloadItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/deletedProtectionContainersListSample.js +12 -5
- package/dist-esm/samples-dev/deletedProtectionContainersListSample.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/protectableContainersListSample.js +12 -5
- package/dist-esm/samples-dev/protectableContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/recoveryPointsListSample.js +12 -5
- package/dist-esm/samples-dev/recoveryPointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js +12 -5
- package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js.map +1 -1
- package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js +12 -5
- package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +176 -176
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/backupEngines.js +12 -5
- package/dist-esm/src/operations/backupEngines.js.map +1 -1
- package/dist-esm/src/operations/backupJobs.js +12 -5
- package/dist-esm/src/operations/backupJobs.js.map +1 -1
- package/dist-esm/src/operations/backupPolicies.js +12 -5
- package/dist-esm/src/operations/backupPolicies.js.map +1 -1
- package/dist-esm/src/operations/backupProtectableItems.js +12 -5
- package/dist-esm/src/operations/backupProtectableItems.js.map +1 -1
- package/dist-esm/src/operations/backupProtectedItems.js +12 -5
- package/dist-esm/src/operations/backupProtectedItems.js.map +1 -1
- package/dist-esm/src/operations/backupProtectionContainers.js +12 -5
- package/dist-esm/src/operations/backupProtectionContainers.js.map +1 -1
- package/dist-esm/src/operations/backupProtectionIntent.js +12 -5
- package/dist-esm/src/operations/backupProtectionIntent.js.map +1 -1
- package/dist-esm/src/operations/backupUsageSummaries.js +12 -5
- package/dist-esm/src/operations/backupUsageSummaries.js.map +1 -1
- package/dist-esm/src/operations/backupWorkloadItems.js +12 -5
- package/dist-esm/src/operations/backupWorkloadItems.js.map +1 -1
- package/dist-esm/src/operations/deletedProtectionContainers.js +12 -5
- package/dist-esm/src/operations/deletedProtectionContainers.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/protectableContainers.js +12 -5
- package/dist-esm/src/operations/protectableContainers.js.map +1 -1
- package/dist-esm/src/operations/recoveryPoints.js +12 -5
- package/dist-esm/src/operations/recoveryPoints.js.map +1 -1
- package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js +12 -5
- package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js.map +1 -1
- package/dist-esm/src/operations/resourceGuardProxies.js +12 -5
- package/dist-esm/src/operations/resourceGuardProxies.js.map +1 -1
- package/dist-esm/src/recoveryServicesBackupClient.js +1 -1
- package/dist-esm/test/recoveryservicesbackup_operations_test.spec.js +12 -5
- package/dist-esm/test/recoveryservicesbackup_operations_test.spec.js.map +1 -1
- package/package.json +3 -3
- package/src/recoveryServicesBackupClient.ts +1 -1
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
2
|
+
export type FeatureSupportRequestUnion = FeatureSupportRequest | AzureBackupGoalFeatureSupportRequest | AzureVMResourceFeatureSupportRequest;
|
|
3
|
+
export type ProtectionIntentUnion = ProtectionIntent | AzureRecoveryServiceVaultProtectionIntentUnion | AzureResourceProtectionIntent | AzureWorkloadContainerAutoProtectionIntent;
|
|
4
|
+
export type OperationStatusExtendedInfoUnion = OperationStatusExtendedInfo | OperationStatusJobExtendedInfo | OperationStatusJobsExtendedInfo | OperationStatusProvisionILRExtendedInfo | OperationStatusValidateOperationExtendedInfo;
|
|
5
|
+
export type VaultStorageConfigOperationResultResponseUnion = VaultStorageConfigOperationResultResponse | PrepareDataMoveResponse;
|
|
6
|
+
export type ProtectedItemUnion = ProtectedItem | AzureFileshareProtectedItem | AzureIaaSVMProtectedItemUnion | AzureSqlProtectedItem | AzureVmWorkloadProtectedItemUnion | DPMProtectedItem | GenericProtectedItem | MabFileFolderProtectedItem;
|
|
7
|
+
export type RecoveryPointUnion = RecoveryPoint | AzureFileShareRecoveryPoint | AzureWorkloadRecoveryPointUnion | GenericRecoveryPoint | IaasVMRecoveryPoint;
|
|
8
|
+
export type RestoreRequestUnion = RestoreRequest | AzureFileShareRestoreRequest | AzureWorkloadRestoreRequestUnion | IaasVMRestoreRequestUnion;
|
|
9
|
+
export type ProtectionPolicyUnion = ProtectionPolicy | AzureVmWorkloadProtectionPolicy | AzureFileShareProtectionPolicy | AzureIaaSVMProtectionPolicy | AzureSqlProtectionPolicy | GenericProtectionPolicy | MabProtectionPolicy;
|
|
10
|
+
export type JobUnion = Job | AzureIaaSVMJob | AzureIaaSVMJobV2 | AzureStorageJob | AzureWorkloadJob | DpmJob | MabJob | VaultJob;
|
|
11
|
+
export type OperationResultInfoBaseUnion = OperationResultInfoBase | ExportJobsOperationResultInfo | OperationResultInfo;
|
|
12
|
+
export type ValidateOperationRequestUnion = ValidateOperationRequest | ValidateRestoreOperationRequestUnion;
|
|
13
|
+
export type BackupEngineBaseUnion = BackupEngineBase | AzureBackupServerEngine | DpmBackupEngine;
|
|
14
|
+
export type ProtectableContainerUnion = ProtectableContainer | AzureStorageProtectableContainer | AzureVMAppContainerProtectableContainer;
|
|
15
|
+
export type ProtectionContainerUnion = ProtectionContainer | DpmContainerUnion | IaaSVMContainerUnion | AzureWorkloadContainerUnion | AzureSqlContainer | AzureStorageContainer | GenericContainer | MabContainer;
|
|
16
|
+
export type WorkloadItemUnion = WorkloadItem | AzureVmWorkloadItemUnion;
|
|
17
|
+
export type BackupRequestUnion = BackupRequest | AzureFileShareBackupRequest | AzureWorkloadBackupRequest | IaasVMBackupRequest;
|
|
18
|
+
export type ILRRequestUnion = ILRRequest | AzureFileShareProvisionILRRequest | IaasVmilrRegistrationRequest;
|
|
19
|
+
export type WorkloadProtectableItemUnion = WorkloadProtectableItem | AzureFileShareProtectableItem | IaaSVMProtectableItemUnion | AzureVmWorkloadProtectableItemUnion;
|
|
20
|
+
export type SchedulePolicyUnion = SchedulePolicy | LogSchedulePolicy | LongTermSchedulePolicy | SimpleSchedulePolicy | SimpleSchedulePolicyV2;
|
|
21
|
+
export type RetentionPolicyUnion = RetentionPolicy | LongTermRetentionPolicy | SimpleRetentionPolicy;
|
|
22
|
+
export type AzureRecoveryServiceVaultProtectionIntentUnion = AzureRecoveryServiceVaultProtectionIntent | AzureWorkloadAutoProtectionIntentUnion;
|
|
23
|
+
export type AzureIaaSVMProtectedItemUnion = AzureIaaSVMProtectedItem | AzureIaaSClassicComputeVMProtectedItem | AzureIaaSComputeVMProtectedItem;
|
|
24
|
+
export type AzureVmWorkloadProtectedItemUnion = AzureVmWorkloadProtectedItem | AzureVmWorkloadSAPAseDatabaseProtectedItem | AzureVmWorkloadSAPHanaDatabaseProtectedItem | AzureVmWorkloadSAPHanaDBInstanceProtectedItem | AzureVmWorkloadSQLDatabaseProtectedItem;
|
|
25
|
+
export type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
|
|
26
|
+
export type AzureWorkloadRestoreRequestUnion = AzureWorkloadRestoreRequest | AzureWorkloadPointInTimeRestoreRequest | AzureWorkloadSAPHanaRestoreRequestUnion | AzureWorkloadSQLRestoreRequestUnion;
|
|
27
|
+
export type IaasVMRestoreRequestUnion = IaasVMRestoreRequest | IaasVMRestoreWithRehydrationRequest;
|
|
28
|
+
export type ValidateRestoreOperationRequestUnion = ValidateRestoreOperationRequest | ValidateIaasVMRestoreOperationRequest;
|
|
29
|
+
export type DpmContainerUnion = DpmContainer | AzureBackupServerContainer;
|
|
30
|
+
export type IaaSVMContainerUnion = IaaSVMContainer | AzureIaaSClassicComputeVMContainer | AzureIaaSComputeVMContainer;
|
|
31
|
+
export type AzureWorkloadContainerUnion = AzureWorkloadContainer | AzureSqlagWorkloadContainerProtectionContainer | AzureVMAppContainerProtectionContainer;
|
|
32
|
+
export type AzureVmWorkloadItemUnion = AzureVmWorkloadItem | AzureVmWorkloadSAPAseDatabaseWorkloadItem | AzureVmWorkloadSAPAseSystemWorkloadItem | AzureVmWorkloadSAPHanaDatabaseWorkloadItem | AzureVmWorkloadSAPHanaSystemWorkloadItem | AzureVmWorkloadSQLDatabaseWorkloadItem | AzureVmWorkloadSQLInstanceWorkloadItem;
|
|
33
|
+
export type IaaSVMProtectableItemUnion = IaaSVMProtectableItem | AzureIaaSClassicComputeVMProtectableItem | AzureIaaSComputeVMProtectableItem;
|
|
34
|
+
export type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSAPHanaDBInstance | AzureVmWorkloadSAPHanaHSR | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
|
|
35
|
+
export type AzureWorkloadAutoProtectionIntentUnion = AzureWorkloadAutoProtectionIntent | AzureWorkloadSQLAutoProtectionIntent;
|
|
36
|
+
export type AzureWorkloadPointInTimeRecoveryPointUnion = AzureWorkloadPointInTimeRecoveryPoint | AzureWorkloadSAPHanaPointInTimeRecoveryPoint;
|
|
37
|
+
export type AzureWorkloadSQLRecoveryPointUnion = AzureWorkloadSQLRecoveryPoint | AzureWorkloadSQLPointInTimeRecoveryPoint;
|
|
38
|
+
export type AzureWorkloadSAPHanaRestoreRequestUnion = AzureWorkloadSAPHanaRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion | AzureWorkloadSAPHanaRestoreWithRehydrateRequest;
|
|
39
|
+
export type AzureWorkloadSQLRestoreRequestUnion = AzureWorkloadSQLRestoreRequest | AzureWorkloadSQLPointInTimeRestoreRequestUnion | AzureWorkloadSQLRestoreWithRehydrateRequest;
|
|
40
|
+
export type AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion = AzureWorkloadSAPHanaPointInTimeRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest;
|
|
41
|
+
export type AzureWorkloadSQLPointInTimeRestoreRequestUnion = AzureWorkloadSQLPointInTimeRestoreRequest | AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest;
|
|
42
42
|
/** The resource storage details. */
|
|
43
43
|
export interface BackupResourceConfig {
|
|
44
44
|
/** Storage type */
|
|
@@ -3125,7 +3125,7 @@ export declare enum KnownStorageType {
|
|
|
3125
3125
|
* **ZoneRedundant** \
|
|
3126
3126
|
* **ReadAccessGeoZoneRedundant**
|
|
3127
3127
|
*/
|
|
3128
|
-
export
|
|
3128
|
+
export type StorageType = string;
|
|
3129
3129
|
/** Known values of {@link StorageTypeState} that the service accepts. */
|
|
3130
3130
|
export declare enum KnownStorageTypeState {
|
|
3131
3131
|
/** Invalid */
|
|
@@ -3144,7 +3144,7 @@ export declare enum KnownStorageTypeState {
|
|
|
3144
3144
|
* **Locked** \
|
|
3145
3145
|
* **Unlocked**
|
|
3146
3146
|
*/
|
|
3147
|
-
export
|
|
3147
|
+
export type StorageTypeState = string;
|
|
3148
3148
|
/** Known values of {@link DedupState} that the service accepts. */
|
|
3149
3149
|
export declare enum KnownDedupState {
|
|
3150
3150
|
/** Invalid */
|
|
@@ -3163,7 +3163,7 @@ export declare enum KnownDedupState {
|
|
|
3163
3163
|
* **Enabled** \
|
|
3164
3164
|
* **Disabled**
|
|
3165
3165
|
*/
|
|
3166
|
-
export
|
|
3166
|
+
export type DedupState = string;
|
|
3167
3167
|
/** Known values of {@link XcoolState} that the service accepts. */
|
|
3168
3168
|
export declare enum KnownXcoolState {
|
|
3169
3169
|
/** Invalid */
|
|
@@ -3182,7 +3182,7 @@ export declare enum KnownXcoolState {
|
|
|
3182
3182
|
* **Enabled** \
|
|
3183
3183
|
* **Disabled**
|
|
3184
3184
|
*/
|
|
3185
|
-
export
|
|
3185
|
+
export type XcoolState = string;
|
|
3186
3186
|
/** Known values of {@link DataSourceType} that the service accepts. */
|
|
3187
3187
|
export declare enum KnownDataSourceType {
|
|
3188
3188
|
/** Invalid */
|
|
@@ -3240,7 +3240,7 @@ export declare enum KnownDataSourceType {
|
|
|
3240
3240
|
* **SAPAseDatabase** \
|
|
3241
3241
|
* **SAPHanaDBInstance**
|
|
3242
3242
|
*/
|
|
3243
|
-
export
|
|
3243
|
+
export type DataSourceType = string;
|
|
3244
3244
|
/** Known values of {@link ValidationStatus} that the service accepts. */
|
|
3245
3245
|
export declare enum KnownValidationStatus {
|
|
3246
3246
|
/** Invalid */
|
|
@@ -3259,7 +3259,7 @@ export declare enum KnownValidationStatus {
|
|
|
3259
3259
|
* **Succeeded** \
|
|
3260
3260
|
* **Failed**
|
|
3261
3261
|
*/
|
|
3262
|
-
export
|
|
3262
|
+
export type ValidationStatus = string;
|
|
3263
3263
|
/** Known values of {@link ProtectionStatus} that the service accepts. */
|
|
3264
3264
|
export declare enum KnownProtectionStatus {
|
|
3265
3265
|
/** Invalid */
|
|
@@ -3284,7 +3284,7 @@ export declare enum KnownProtectionStatus {
|
|
|
3284
3284
|
* **Protected** \
|
|
3285
3285
|
* **ProtectionFailed**
|
|
3286
3286
|
*/
|
|
3287
|
-
export
|
|
3287
|
+
export type ProtectionStatus = string;
|
|
3288
3288
|
/** Known values of {@link FabricName} that the service accepts. */
|
|
3289
3289
|
export declare enum KnownFabricName {
|
|
3290
3290
|
/** Invalid */
|
|
@@ -3300,7 +3300,7 @@ export declare enum KnownFabricName {
|
|
|
3300
3300
|
* **Invalid** \
|
|
3301
3301
|
* **Azure**
|
|
3302
3302
|
*/
|
|
3303
|
-
export
|
|
3303
|
+
export type FabricName = string;
|
|
3304
3304
|
/** Known values of {@link SupportStatus} that the service accepts. */
|
|
3305
3305
|
export declare enum KnownSupportStatus {
|
|
3306
3306
|
/** Invalid */
|
|
@@ -3325,7 +3325,7 @@ export declare enum KnownSupportStatus {
|
|
|
3325
3325
|
* **DefaultON** \
|
|
3326
3326
|
* **NotSupported**
|
|
3327
3327
|
*/
|
|
3328
|
-
export
|
|
3328
|
+
export type SupportStatus = string;
|
|
3329
3329
|
/** Known values of {@link ProtectionIntentItemType} that the service accepts. */
|
|
3330
3330
|
export declare enum KnownProtectionIntentItemType {
|
|
3331
3331
|
/** Invalid */
|
|
@@ -3353,7 +3353,7 @@ export declare enum KnownProtectionIntentItemType {
|
|
|
3353
3353
|
* **AzureWorkloadAutoProtectionIntent** \
|
|
3354
3354
|
* **AzureWorkloadSQLAutoProtectionIntent**
|
|
3355
3355
|
*/
|
|
3356
|
-
export
|
|
3356
|
+
export type ProtectionIntentItemType = string;
|
|
3357
3357
|
/** Known values of {@link BackupManagementType} that the service accepts. */
|
|
3358
3358
|
export declare enum KnownBackupManagementType {
|
|
3359
3359
|
/** Invalid */
|
|
@@ -3390,7 +3390,7 @@ export declare enum KnownBackupManagementType {
|
|
|
3390
3390
|
* **AzureWorkload** \
|
|
3391
3391
|
* **DefaultBackup**
|
|
3392
3392
|
*/
|
|
3393
|
-
export
|
|
3393
|
+
export type BackupManagementType = string;
|
|
3394
3394
|
/** Known values of {@link UsagesUnit} that the service accepts. */
|
|
3395
3395
|
export declare enum KnownUsagesUnit {
|
|
3396
3396
|
/** Count */
|
|
@@ -3418,7 +3418,7 @@ export declare enum KnownUsagesUnit {
|
|
|
3418
3418
|
* **CountPerSecond** \
|
|
3419
3419
|
* **BytesPerSecond**
|
|
3420
3420
|
*/
|
|
3421
|
-
export
|
|
3421
|
+
export type UsagesUnit = string;
|
|
3422
3422
|
/** Known values of {@link EnhancedSecurityState} that the service accepts. */
|
|
3423
3423
|
export declare enum KnownEnhancedSecurityState {
|
|
3424
3424
|
/** Invalid */
|
|
@@ -3437,7 +3437,7 @@ export declare enum KnownEnhancedSecurityState {
|
|
|
3437
3437
|
* **Enabled** \
|
|
3438
3438
|
* **Disabled**
|
|
3439
3439
|
*/
|
|
3440
|
-
export
|
|
3440
|
+
export type EnhancedSecurityState = string;
|
|
3441
3441
|
/** Known values of {@link SoftDeleteFeatureState} that the service accepts. */
|
|
3442
3442
|
export declare enum KnownSoftDeleteFeatureState {
|
|
3443
3443
|
/** Invalid */
|
|
@@ -3456,7 +3456,7 @@ export declare enum KnownSoftDeleteFeatureState {
|
|
|
3456
3456
|
* **Enabled** \
|
|
3457
3457
|
* **Disabled**
|
|
3458
3458
|
*/
|
|
3459
|
-
export
|
|
3459
|
+
export type SoftDeleteFeatureState = string;
|
|
3460
3460
|
/** Known values of {@link EncryptionAtRestType} that the service accepts. */
|
|
3461
3461
|
export declare enum KnownEncryptionAtRestType {
|
|
3462
3462
|
/** Invalid */
|
|
@@ -3475,7 +3475,7 @@ export declare enum KnownEncryptionAtRestType {
|
|
|
3475
3475
|
* **MicrosoftManaged** \
|
|
3476
3476
|
* **CustomerManaged**
|
|
3477
3477
|
*/
|
|
3478
|
-
export
|
|
3478
|
+
export type EncryptionAtRestType = string;
|
|
3479
3479
|
/** Known values of {@link LastUpdateStatus} that the service accepts. */
|
|
3480
3480
|
export declare enum KnownLastUpdateStatus {
|
|
3481
3481
|
/** Invalid */
|
|
@@ -3509,7 +3509,7 @@ export declare enum KnownLastUpdateStatus {
|
|
|
3509
3509
|
* **Initialized** \
|
|
3510
3510
|
* **FirstInitialization**
|
|
3511
3511
|
*/
|
|
3512
|
-
export
|
|
3512
|
+
export type LastUpdateStatus = string;
|
|
3513
3513
|
/** Known values of {@link InfrastructureEncryptionState} that the service accepts. */
|
|
3514
3514
|
export declare enum KnownInfrastructureEncryptionState {
|
|
3515
3515
|
/** Invalid */
|
|
@@ -3528,7 +3528,7 @@ export declare enum KnownInfrastructureEncryptionState {
|
|
|
3528
3528
|
* **Disabled** \
|
|
3529
3529
|
* **Enabled**
|
|
3530
3530
|
*/
|
|
3531
|
-
export
|
|
3531
|
+
export type InfrastructureEncryptionState = string;
|
|
3532
3532
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
3533
3533
|
export declare enum KnownProvisioningState {
|
|
3534
3534
|
/** Succeeded */
|
|
@@ -3550,7 +3550,7 @@ export declare enum KnownProvisioningState {
|
|
|
3550
3550
|
* **Failed** \
|
|
3551
3551
|
* **Pending**
|
|
3552
3552
|
*/
|
|
3553
|
-
export
|
|
3553
|
+
export type ProvisioningState = string;
|
|
3554
3554
|
/** Known values of {@link PrivateEndpointConnectionStatus} that the service accepts. */
|
|
3555
3555
|
export declare enum KnownPrivateEndpointConnectionStatus {
|
|
3556
3556
|
/** Pending */
|
|
@@ -3572,7 +3572,7 @@ export declare enum KnownPrivateEndpointConnectionStatus {
|
|
|
3572
3572
|
* **Rejected** \
|
|
3573
3573
|
* **Disconnected**
|
|
3574
3574
|
*/
|
|
3575
|
-
export
|
|
3575
|
+
export type PrivateEndpointConnectionStatus = string;
|
|
3576
3576
|
/** Known values of {@link OperationStatusValues} that the service accepts. */
|
|
3577
3577
|
export declare enum KnownOperationStatusValues {
|
|
3578
3578
|
/** Invalid */
|
|
@@ -3597,7 +3597,7 @@ export declare enum KnownOperationStatusValues {
|
|
|
3597
3597
|
* **Failed** \
|
|
3598
3598
|
* **Canceled**
|
|
3599
3599
|
*/
|
|
3600
|
-
export
|
|
3600
|
+
export type OperationStatusValues = string;
|
|
3601
3601
|
/** Known values of {@link DataMoveLevel} that the service accepts. */
|
|
3602
3602
|
export declare enum KnownDataMoveLevel {
|
|
3603
3603
|
/** Invalid */
|
|
@@ -3616,7 +3616,7 @@ export declare enum KnownDataMoveLevel {
|
|
|
3616
3616
|
* **Vault** \
|
|
3617
3617
|
* **Container**
|
|
3618
3618
|
*/
|
|
3619
|
-
export
|
|
3619
|
+
export type DataMoveLevel = string;
|
|
3620
3620
|
/** Known values of {@link CreateMode} that the service accepts. */
|
|
3621
3621
|
export declare enum KnownCreateMode {
|
|
3622
3622
|
/** Invalid */
|
|
@@ -3635,7 +3635,7 @@ export declare enum KnownCreateMode {
|
|
|
3635
3635
|
* **Default** \
|
|
3636
3636
|
* **Recover**
|
|
3637
3637
|
*/
|
|
3638
|
-
export
|
|
3638
|
+
export type CreateMode = string;
|
|
3639
3639
|
/** Known values of {@link BackupEngineType} that the service accepts. */
|
|
3640
3640
|
export declare enum KnownBackupEngineType {
|
|
3641
3641
|
/** Invalid */
|
|
@@ -3654,7 +3654,7 @@ export declare enum KnownBackupEngineType {
|
|
|
3654
3654
|
* **DpmBackupEngine** \
|
|
3655
3655
|
* **AzureBackupServerEngine**
|
|
3656
3656
|
*/
|
|
3657
|
-
export
|
|
3657
|
+
export type BackupEngineType = string;
|
|
3658
3658
|
/** Known values of {@link ProtectionState} that the service accepts. */
|
|
3659
3659
|
export declare enum KnownProtectionState {
|
|
3660
3660
|
/** Invalid */
|
|
@@ -3685,7 +3685,7 @@ export declare enum KnownProtectionState {
|
|
|
3685
3685
|
* **ProtectionPaused** \
|
|
3686
3686
|
* **BackupsSuspended**
|
|
3687
3687
|
*/
|
|
3688
|
-
export
|
|
3688
|
+
export type ProtectionState = string;
|
|
3689
3689
|
/** Known values of {@link ResourceHealthStatus} that the service accepts. */
|
|
3690
3690
|
export declare enum KnownResourceHealthStatus {
|
|
3691
3691
|
/** Healthy */
|
|
@@ -3713,7 +3713,7 @@ export declare enum KnownResourceHealthStatus {
|
|
|
3713
3713
|
* **PersistentUnhealthy** \
|
|
3714
3714
|
* **Invalid**
|
|
3715
3715
|
*/
|
|
3716
|
-
export
|
|
3716
|
+
export type ResourceHealthStatus = string;
|
|
3717
3717
|
/** Known values of {@link RecoveryType} that the service accepts. */
|
|
3718
3718
|
export declare enum KnownRecoveryType {
|
|
3719
3719
|
/** Invalid */
|
|
@@ -3738,7 +3738,7 @@ export declare enum KnownRecoveryType {
|
|
|
3738
3738
|
* **RestoreDisks** \
|
|
3739
3739
|
* **Offline**
|
|
3740
3740
|
*/
|
|
3741
|
-
export
|
|
3741
|
+
export type RecoveryType = string;
|
|
3742
3742
|
/** Known values of {@link CopyOptions} that the service accepts. */
|
|
3743
3743
|
export declare enum KnownCopyOptions {
|
|
3744
3744
|
/** Invalid */
|
|
@@ -3763,7 +3763,7 @@ export declare enum KnownCopyOptions {
|
|
|
3763
3763
|
* **Overwrite** \
|
|
3764
3764
|
* **FailOnConflict**
|
|
3765
3765
|
*/
|
|
3766
|
-
export
|
|
3766
|
+
export type CopyOptions = string;
|
|
3767
3767
|
/** Known values of {@link RestoreRequestType} that the service accepts. */
|
|
3768
3768
|
export declare enum KnownRestoreRequestType {
|
|
3769
3769
|
/** Invalid */
|
|
@@ -3782,7 +3782,7 @@ export declare enum KnownRestoreRequestType {
|
|
|
3782
3782
|
* **FullShareRestore** \
|
|
3783
3783
|
* **ItemLevelRestore**
|
|
3784
3784
|
*/
|
|
3785
|
-
export
|
|
3785
|
+
export type RestoreRequestType = string;
|
|
3786
3786
|
/** Known values of {@link WorkloadType} that the service accepts. */
|
|
3787
3787
|
export declare enum KnownWorkloadType {
|
|
3788
3788
|
/** Invalid */
|
|
@@ -3840,7 +3840,7 @@ export declare enum KnownWorkloadType {
|
|
|
3840
3840
|
* **SAPAseDatabase** \
|
|
3841
3841
|
* **SAPHanaDBInstance**
|
|
3842
3842
|
*/
|
|
3843
|
-
export
|
|
3843
|
+
export type WorkloadType = string;
|
|
3844
3844
|
/** Known values of {@link PolicyType} that the service accepts. */
|
|
3845
3845
|
export declare enum KnownPolicyType {
|
|
3846
3846
|
/** Invalid */
|
|
@@ -3874,7 +3874,7 @@ export declare enum KnownPolicyType {
|
|
|
3874
3874
|
* **SnapshotFull** \
|
|
3875
3875
|
* **SnapshotCopyOnlyFull**
|
|
3876
3876
|
*/
|
|
3877
|
-
export
|
|
3877
|
+
export type PolicyType = string;
|
|
3878
3878
|
/** Known values of {@link TieringMode} that the service accepts. */
|
|
3879
3879
|
export declare enum KnownTieringMode {
|
|
3880
3880
|
/** Invalid */
|
|
@@ -3896,7 +3896,7 @@ export declare enum KnownTieringMode {
|
|
|
3896
3896
|
* **TierAfter** \
|
|
3897
3897
|
* **DoNotTier**
|
|
3898
3898
|
*/
|
|
3899
|
-
export
|
|
3899
|
+
export type TieringMode = string;
|
|
3900
3900
|
/** Known values of {@link RetentionDurationType} that the service accepts. */
|
|
3901
3901
|
export declare enum KnownRetentionDurationType {
|
|
3902
3902
|
/** Invalid */
|
|
@@ -3921,7 +3921,7 @@ export declare enum KnownRetentionDurationType {
|
|
|
3921
3921
|
* **Months** \
|
|
3922
3922
|
* **Years**
|
|
3923
3923
|
*/
|
|
3924
|
-
export
|
|
3924
|
+
export type RetentionDurationType = string;
|
|
3925
3925
|
/** Known values of {@link HealthStatus} that the service accepts. */
|
|
3926
3926
|
export declare enum KnownHealthStatus {
|
|
3927
3927
|
/** Passed */
|
|
@@ -3943,7 +3943,7 @@ export declare enum KnownHealthStatus {
|
|
|
3943
3943
|
* **ActionSuggested** \
|
|
3944
3944
|
* **Invalid**
|
|
3945
3945
|
*/
|
|
3946
|
-
export
|
|
3946
|
+
export type HealthStatus = string;
|
|
3947
3947
|
/** Known values of {@link IaasvmPolicyType} that the service accepts. */
|
|
3948
3948
|
export declare enum KnownIaasvmPolicyType {
|
|
3949
3949
|
/** Invalid */
|
|
@@ -3962,7 +3962,7 @@ export declare enum KnownIaasvmPolicyType {
|
|
|
3962
3962
|
* **V1** \
|
|
3963
3963
|
* **V2**
|
|
3964
3964
|
*/
|
|
3965
|
-
export
|
|
3965
|
+
export type IaasvmPolicyType = string;
|
|
3966
3966
|
/** Known values of {@link ProtectedItemState} that the service accepts. */
|
|
3967
3967
|
export declare enum KnownProtectedItemState {
|
|
3968
3968
|
/** Invalid */
|
|
@@ -3993,7 +3993,7 @@ export declare enum KnownProtectedItemState {
|
|
|
3993
3993
|
* **ProtectionPaused** \
|
|
3994
3994
|
* **BackupsSuspended**
|
|
3995
3995
|
*/
|
|
3996
|
-
export
|
|
3996
|
+
export type ProtectedItemState = string;
|
|
3997
3997
|
/** Known values of {@link LastBackupStatus} that the service accepts. */
|
|
3998
3998
|
export declare enum KnownLastBackupStatus {
|
|
3999
3999
|
/** Invalid */
|
|
@@ -4015,7 +4015,7 @@ export declare enum KnownLastBackupStatus {
|
|
|
4015
4015
|
* **Unhealthy** \
|
|
4016
4016
|
* **IRPending**
|
|
4017
4017
|
*/
|
|
4018
|
-
export
|
|
4018
|
+
export type LastBackupStatus = string;
|
|
4019
4019
|
/** Known values of {@link ProtectedItemHealthStatus} that the service accepts. */
|
|
4020
4020
|
export declare enum KnownProtectedItemHealthStatus {
|
|
4021
4021
|
/** Invalid */
|
|
@@ -4040,7 +4040,7 @@ export declare enum KnownProtectedItemHealthStatus {
|
|
|
4040
4040
|
* **NotReachable** \
|
|
4041
4041
|
* **IRPending**
|
|
4042
4042
|
*/
|
|
4043
|
-
export
|
|
4043
|
+
export type ProtectedItemHealthStatus = string;
|
|
4044
4044
|
/** Known values of {@link RestorePointType} that the service accepts. */
|
|
4045
4045
|
export declare enum KnownRestorePointType {
|
|
4046
4046
|
/** Invalid */
|
|
@@ -4071,7 +4071,7 @@ export declare enum KnownRestorePointType {
|
|
|
4071
4071
|
* **SnapshotFull** \
|
|
4072
4072
|
* **SnapshotCopyOnlyFull**
|
|
4073
4073
|
*/
|
|
4074
|
-
export
|
|
4074
|
+
export type RestorePointType = string;
|
|
4075
4075
|
/** Known values of {@link OverwriteOptions} that the service accepts. */
|
|
4076
4076
|
export declare enum KnownOverwriteOptions {
|
|
4077
4077
|
/** Invalid */
|
|
@@ -4090,7 +4090,7 @@ export declare enum KnownOverwriteOptions {
|
|
|
4090
4090
|
* **FailOnConflict** \
|
|
4091
4091
|
* **Overwrite**
|
|
4092
4092
|
*/
|
|
4093
|
-
export
|
|
4093
|
+
export type OverwriteOptions = string;
|
|
4094
4094
|
/** Known values of {@link RecoveryMode} that the service accepts. */
|
|
4095
4095
|
export declare enum KnownRecoveryMode {
|
|
4096
4096
|
/** Invalid */
|
|
@@ -4109,7 +4109,7 @@ export declare enum KnownRecoveryMode {
|
|
|
4109
4109
|
* **FileRecovery** \
|
|
4110
4110
|
* **WorkloadRecovery**
|
|
4111
4111
|
*/
|
|
4112
|
-
export
|
|
4112
|
+
export type RecoveryMode = string;
|
|
4113
4113
|
/** Known values of {@link SQLDataDirectoryType} that the service accepts. */
|
|
4114
4114
|
export declare enum KnownSQLDataDirectoryType {
|
|
4115
4115
|
/** Invalid */
|
|
@@ -4128,7 +4128,7 @@ export declare enum KnownSQLDataDirectoryType {
|
|
|
4128
4128
|
* **Data** \
|
|
4129
4129
|
* **Log**
|
|
4130
4130
|
*/
|
|
4131
|
-
export
|
|
4131
|
+
export type SQLDataDirectoryType = string;
|
|
4132
4132
|
/** Known values of {@link RestorePointQueryType} that the service accepts. */
|
|
4133
4133
|
export declare enum KnownRestorePointQueryType {
|
|
4134
4134
|
/** Invalid */
|
|
@@ -4165,7 +4165,7 @@ export declare enum KnownRestorePointQueryType {
|
|
|
4165
4165
|
* **SnapshotFull** \
|
|
4166
4166
|
* **SnapshotCopyOnlyFull**
|
|
4167
4167
|
*/
|
|
4168
|
-
export
|
|
4168
|
+
export type RestorePointQueryType = string;
|
|
4169
4169
|
/** Known values of {@link JobStatus} that the service accepts. */
|
|
4170
4170
|
export declare enum KnownJobStatus {
|
|
4171
4171
|
/** Invalid */
|
|
@@ -4196,7 +4196,7 @@ export declare enum KnownJobStatus {
|
|
|
4196
4196
|
* **Cancelled** \
|
|
4197
4197
|
* **Cancelling**
|
|
4198
4198
|
*/
|
|
4199
|
-
export
|
|
4199
|
+
export type JobStatus = string;
|
|
4200
4200
|
/** Known values of {@link JobOperationType} that the service accepts. */
|
|
4201
4201
|
export declare enum KnownJobOperationType {
|
|
4202
4202
|
/** Invalid */
|
|
@@ -4239,7 +4239,7 @@ export declare enum KnownJobOperationType {
|
|
|
4239
4239
|
* **Undelete** \
|
|
4240
4240
|
* **UpdateCustomerManagedKey**
|
|
4241
4241
|
*/
|
|
4242
|
-
export
|
|
4242
|
+
export type JobOperationType = string;
|
|
4243
4243
|
/** Known values of {@link RetentionScheduleFormat} that the service accepts. */
|
|
4244
4244
|
export declare enum KnownRetentionScheduleFormat {
|
|
4245
4245
|
/** Invalid */
|
|
@@ -4258,7 +4258,7 @@ export declare enum KnownRetentionScheduleFormat {
|
|
|
4258
4258
|
* **Daily** \
|
|
4259
4259
|
* **Weekly**
|
|
4260
4260
|
*/
|
|
4261
|
-
export
|
|
4261
|
+
export type RetentionScheduleFormat = string;
|
|
4262
4262
|
/** Known values of {@link MabServerType} that the service accepts. */
|
|
4263
4263
|
export declare enum KnownMabServerType {
|
|
4264
4264
|
/** Invalid */
|
|
@@ -4313,7 +4313,7 @@ export declare enum KnownMabServerType {
|
|
|
4313
4313
|
* **StorageContainer** \
|
|
4314
4314
|
* **GenericContainer**
|
|
4315
4315
|
*/
|
|
4316
|
-
export
|
|
4316
|
+
export type MabServerType = string;
|
|
4317
4317
|
/** Known values of {@link HealthState} that the service accepts. */
|
|
4318
4318
|
export declare enum KnownHealthState {
|
|
4319
4319
|
/** Passed */
|
|
@@ -4335,7 +4335,7 @@ export declare enum KnownHealthState {
|
|
|
4335
4335
|
* **ActionSuggested** \
|
|
4336
4336
|
* **Invalid**
|
|
4337
4337
|
*/
|
|
4338
|
-
export
|
|
4338
|
+
export type HealthState = string;
|
|
4339
4339
|
/** Known values of {@link ScheduleRunType} that the service accepts. */
|
|
4340
4340
|
export declare enum KnownScheduleRunType {
|
|
4341
4341
|
/** Invalid */
|
|
@@ -4357,7 +4357,7 @@ export declare enum KnownScheduleRunType {
|
|
|
4357
4357
|
* **Weekly** \
|
|
4358
4358
|
* **Hourly**
|
|
4359
4359
|
*/
|
|
4360
|
-
export
|
|
4360
|
+
export type ScheduleRunType = string;
|
|
4361
4361
|
/** Known values of {@link AzureFileShareType} that the service accepts. */
|
|
4362
4362
|
export declare enum KnownAzureFileShareType {
|
|
4363
4363
|
/** Invalid */
|
|
@@ -4376,7 +4376,7 @@ export declare enum KnownAzureFileShareType {
|
|
|
4376
4376
|
* **XSMB** \
|
|
4377
4377
|
* **XSync**
|
|
4378
4378
|
*/
|
|
4379
|
-
export
|
|
4379
|
+
export type AzureFileShareType = string;
|
|
4380
4380
|
/** Known values of {@link OperationType} that the service accepts. */
|
|
4381
4381
|
export declare enum KnownOperationType {
|
|
4382
4382
|
/** Invalid */
|
|
@@ -4395,7 +4395,7 @@ export declare enum KnownOperationType {
|
|
|
4395
4395
|
* **Register** \
|
|
4396
4396
|
* **Reregister**
|
|
4397
4397
|
*/
|
|
4398
|
-
export
|
|
4398
|
+
export type OperationType = string;
|
|
4399
4399
|
/** Known values of {@link AcquireStorageAccountLock} that the service accepts. */
|
|
4400
4400
|
export declare enum KnownAcquireStorageAccountLock {
|
|
4401
4401
|
/** Acquire */
|
|
@@ -4411,7 +4411,7 @@ export declare enum KnownAcquireStorageAccountLock {
|
|
|
4411
4411
|
* **Acquire** \
|
|
4412
4412
|
* **NotAcquire**
|
|
4413
4413
|
*/
|
|
4414
|
-
export
|
|
4414
|
+
export type AcquireStorageAccountLock = string;
|
|
4415
4415
|
/** Known values of {@link InquiryStatus} that the service accepts. */
|
|
4416
4416
|
export declare enum KnownInquiryStatus {
|
|
4417
4417
|
/** Invalid */
|
|
@@ -4430,7 +4430,7 @@ export declare enum KnownInquiryStatus {
|
|
|
4430
4430
|
* **Success** \
|
|
4431
4431
|
* **Failed**
|
|
4432
4432
|
*/
|
|
4433
|
-
export
|
|
4433
|
+
export type InquiryStatus = string;
|
|
4434
4434
|
/** Known values of {@link BackupType} that the service accepts. */
|
|
4435
4435
|
export declare enum KnownBackupType {
|
|
4436
4436
|
/** Invalid */
|
|
@@ -4464,7 +4464,7 @@ export declare enum KnownBackupType {
|
|
|
4464
4464
|
* **SnapshotFull** \
|
|
4465
4465
|
* **SnapshotCopyOnlyFull**
|
|
4466
4466
|
*/
|
|
4467
|
-
export
|
|
4467
|
+
export type BackupType = string;
|
|
4468
4468
|
/** Known values of {@link WorkloadItemType} that the service accepts. */
|
|
4469
4469
|
export declare enum KnownWorkloadItemType {
|
|
4470
4470
|
/** Invalid */
|
|
@@ -4498,7 +4498,7 @@ export declare enum KnownWorkloadItemType {
|
|
|
4498
4498
|
* **SAPAseDatabase** \
|
|
4499
4499
|
* **SAPHanaDBInstance**
|
|
4500
4500
|
*/
|
|
4501
|
-
export
|
|
4501
|
+
export type WorkloadItemType = string;
|
|
4502
4502
|
/** Known values of {@link Type} that the service accepts. */
|
|
4503
4503
|
export declare enum KnownType {
|
|
4504
4504
|
/** Invalid */
|
|
@@ -4517,7 +4517,7 @@ export declare enum KnownType {
|
|
|
4517
4517
|
* **BackupProtectedItemCountSummary** \
|
|
4518
4518
|
* **BackupProtectionContainerCountSummary**
|
|
4519
4519
|
*/
|
|
4520
|
-
export
|
|
4520
|
+
export type Type = string;
|
|
4521
4521
|
/** Known values of {@link IntentItemType} that the service accepts. */
|
|
4522
4522
|
export declare enum KnownIntentItemType {
|
|
4523
4523
|
/** Invalid */
|
|
@@ -4536,7 +4536,7 @@ export declare enum KnownIntentItemType {
|
|
|
4536
4536
|
* **SQLInstance** \
|
|
4537
4537
|
* **SQLAvailabilityGroupContainer**
|
|
4538
4538
|
*/
|
|
4539
|
-
export
|
|
4539
|
+
export type IntentItemType = string;
|
|
4540
4540
|
/** Known values of {@link ContainerType} that the service accepts. */
|
|
4541
4541
|
export declare enum KnownContainerType {
|
|
4542
4542
|
/** Invalid */
|
|
@@ -4594,7 +4594,7 @@ export declare enum KnownContainerType {
|
|
|
4594
4594
|
* **GenericContainer** \
|
|
4595
4595
|
* **HanaHSRContainer**
|
|
4596
4596
|
*/
|
|
4597
|
-
export
|
|
4597
|
+
export type ContainerType = string;
|
|
4598
4598
|
/** Known values of {@link BackupItemType} that the service accepts. */
|
|
4599
4599
|
export declare enum KnownBackupItemType {
|
|
4600
4600
|
/** Invalid */
|
|
@@ -4652,7 +4652,7 @@ export declare enum KnownBackupItemType {
|
|
|
4652
4652
|
* **SAPAseDatabase** \
|
|
4653
4653
|
* **SAPHanaDBInstance**
|
|
4654
4654
|
*/
|
|
4655
|
-
export
|
|
4655
|
+
export type BackupItemType = string;
|
|
4656
4656
|
/** Known values of {@link RehydrationPriority} that the service accepts. */
|
|
4657
4657
|
export declare enum KnownRehydrationPriority {
|
|
4658
4658
|
/** Standard */
|
|
@@ -4668,35 +4668,35 @@ export declare enum KnownRehydrationPriority {
|
|
|
4668
4668
|
* **Standard** \
|
|
4669
4669
|
* **High**
|
|
4670
4670
|
*/
|
|
4671
|
-
export
|
|
4671
|
+
export type RehydrationPriority = string;
|
|
4672
4672
|
/** Defines values for HttpStatusCode. */
|
|
4673
|
-
export
|
|
4673
|
+
export type HttpStatusCode = "Continue" | "SwitchingProtocols" | "OK" | "Created" | "Accepted" | "NonAuthoritativeInformation" | "NoContent" | "ResetContent" | "PartialContent" | "MultipleChoices" | "Ambiguous" | "MovedPermanently" | "Moved" | "Found" | "Redirect" | "SeeOther" | "RedirectMethod" | "NotModified" | "UseProxy" | "Unused" | "TemporaryRedirect" | "RedirectKeepVerb" | "BadRequest" | "Unauthorized" | "PaymentRequired" | "Forbidden" | "NotFound" | "MethodNotAllowed" | "NotAcceptable" | "ProxyAuthenticationRequired" | "RequestTimeout" | "Conflict" | "Gone" | "LengthRequired" | "PreconditionFailed" | "RequestEntityTooLarge" | "RequestUriTooLong" | "UnsupportedMediaType" | "RequestedRangeNotSatisfiable" | "ExpectationFailed" | "UpgradeRequired" | "InternalServerError" | "NotImplemented" | "BadGateway" | "ServiceUnavailable" | "GatewayTimeout" | "HttpVersionNotSupported";
|
|
4674
4674
|
/** Defines values for ProtectableContainerType. */
|
|
4675
|
-
export
|
|
4675
|
+
export type ProtectableContainerType = "Invalid" | "Unknown" | "IaasVMContainer" | "IaasVMServiceContainer" | "DPMContainer" | "AzureBackupServerContainer" | "MABContainer" | "Cluster" | "AzureSqlContainer" | "Windows" | "VCenter" | "VMAppContainer" | "SQLAGWorkLoadContainer" | "StorageContainer" | "GenericContainer" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureWorkloadContainer";
|
|
4676
4676
|
/** Defines values for RecoveryPointTierType. */
|
|
4677
|
-
export
|
|
4677
|
+
export type RecoveryPointTierType = "Invalid" | "InstantRP" | "HardenedRP" | "ArchivedRP";
|
|
4678
4678
|
/** Defines values for JobSupportedAction. */
|
|
4679
|
-
export
|
|
4679
|
+
export type JobSupportedAction = "Invalid" | "Cancellable" | "Retriable";
|
|
4680
4680
|
/** Defines values for RecoveryPointTierStatus. */
|
|
4681
|
-
export
|
|
4681
|
+
export type RecoveryPointTierStatus = "Invalid" | "Valid" | "Disabled" | "Deleted" | "Rehydrated";
|
|
4682
4682
|
/** Defines values for DayOfWeek. */
|
|
4683
|
-
export
|
|
4683
|
+
export type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
4684
4684
|
/** Defines values for TargetDiskNetworkAccessOption. */
|
|
4685
|
-
export
|
|
4685
|
+
export type TargetDiskNetworkAccessOption = "SameAsOnSourceDisks" | "EnablePrivateAccessForAllDisks" | "EnablePublicAccessForAllDisks";
|
|
4686
4686
|
/** Defines values for WeekOfMonth. */
|
|
4687
|
-
export
|
|
4687
|
+
export type WeekOfMonth = "First" | "Second" | "Third" | "Fourth" | "Last" | "Invalid";
|
|
4688
4688
|
/** Defines values for MonthOfYear. */
|
|
4689
|
-
export
|
|
4689
|
+
export type MonthOfYear = "Invalid" | "January" | "February" | "March" | "April" | "May" | "June" | "July" | "August" | "September" | "October" | "November" | "December";
|
|
4690
4690
|
/** Optional parameters. */
|
|
4691
4691
|
export interface BackupResourceStorageConfigsNonCRRGetOptionalParams extends coreClient.OperationOptions {
|
|
4692
4692
|
}
|
|
4693
4693
|
/** Contains response data for the get operation. */
|
|
4694
|
-
export
|
|
4694
|
+
export type BackupResourceStorageConfigsNonCRRGetResponse = BackupResourceConfigResource;
|
|
4695
4695
|
/** Optional parameters. */
|
|
4696
4696
|
export interface BackupResourceStorageConfigsNonCRRUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4697
4697
|
}
|
|
4698
4698
|
/** Contains response data for the update operation. */
|
|
4699
|
-
export
|
|
4699
|
+
export type BackupResourceStorageConfigsNonCRRUpdateResponse = BackupResourceConfigResource;
|
|
4700
4700
|
/** Optional parameters. */
|
|
4701
4701
|
export interface BackupResourceStorageConfigsNonCRRPatchOptionalParams extends coreClient.OperationOptions {
|
|
4702
4702
|
}
|
|
@@ -4704,17 +4704,17 @@ export interface BackupResourceStorageConfigsNonCRRPatchOptionalParams extends c
|
|
|
4704
4704
|
export interface ProtectionIntentValidateOptionalParams extends coreClient.OperationOptions {
|
|
4705
4705
|
}
|
|
4706
4706
|
/** Contains response data for the validate operation. */
|
|
4707
|
-
export
|
|
4707
|
+
export type ProtectionIntentValidateResponse = PreValidateEnableBackupResponse;
|
|
4708
4708
|
/** Optional parameters. */
|
|
4709
4709
|
export interface ProtectionIntentGetOptionalParams extends coreClient.OperationOptions {
|
|
4710
4710
|
}
|
|
4711
4711
|
/** Contains response data for the get operation. */
|
|
4712
|
-
export
|
|
4712
|
+
export type ProtectionIntentGetResponse = ProtectionIntentResource;
|
|
4713
4713
|
/** Optional parameters. */
|
|
4714
4714
|
export interface ProtectionIntentCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4715
4715
|
}
|
|
4716
4716
|
/** Contains response data for the createOrUpdate operation. */
|
|
4717
|
-
export
|
|
4717
|
+
export type ProtectionIntentCreateOrUpdateResponse = ProtectionIntentResource;
|
|
4718
4718
|
/** Optional parameters. */
|
|
4719
4719
|
export interface ProtectionIntentDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4720
4720
|
}
|
|
@@ -4722,12 +4722,12 @@ export interface ProtectionIntentDeleteOptionalParams extends coreClient.Operati
|
|
|
4722
4722
|
export interface BackupStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
4723
4723
|
}
|
|
4724
4724
|
/** Contains response data for the get operation. */
|
|
4725
|
-
export
|
|
4725
|
+
export type BackupStatusGetResponse = BackupStatusResponse;
|
|
4726
4726
|
/** Optional parameters. */
|
|
4727
4727
|
export interface FeatureSupportValidateOptionalParams extends coreClient.OperationOptions {
|
|
4728
4728
|
}
|
|
4729
4729
|
/** Contains response data for the validate operation. */
|
|
4730
|
-
export
|
|
4730
|
+
export type FeatureSupportValidateResponse = AzureVMResourceFeatureSupportResponse;
|
|
4731
4731
|
/** Optional parameters. */
|
|
4732
4732
|
export interface BackupProtectionIntentListOptionalParams extends coreClient.OperationOptions {
|
|
4733
4733
|
/** OData filter options. */
|
|
@@ -4736,12 +4736,12 @@ export interface BackupProtectionIntentListOptionalParams extends coreClient.Ope
|
|
|
4736
4736
|
skipToken?: string;
|
|
4737
4737
|
}
|
|
4738
4738
|
/** Contains response data for the list operation. */
|
|
4739
|
-
export
|
|
4739
|
+
export type BackupProtectionIntentListResponse = ProtectionIntentResourceList;
|
|
4740
4740
|
/** Optional parameters. */
|
|
4741
4741
|
export interface BackupProtectionIntentListNextOptionalParams extends coreClient.OperationOptions {
|
|
4742
4742
|
}
|
|
4743
4743
|
/** Contains response data for the listNext operation. */
|
|
4744
|
-
export
|
|
4744
|
+
export type BackupProtectionIntentListNextResponse = ProtectionIntentResourceList;
|
|
4745
4745
|
/** Optional parameters. */
|
|
4746
4746
|
export interface BackupUsageSummariesListOptionalParams extends coreClient.OperationOptions {
|
|
4747
4747
|
/** OData filter options. */
|
|
@@ -4750,37 +4750,37 @@ export interface BackupUsageSummariesListOptionalParams extends coreClient.Opera
|
|
|
4750
4750
|
skipToken?: string;
|
|
4751
4751
|
}
|
|
4752
4752
|
/** Contains response data for the list operation. */
|
|
4753
|
-
export
|
|
4753
|
+
export type BackupUsageSummariesListResponse = BackupManagementUsageList;
|
|
4754
4754
|
/** Optional parameters. */
|
|
4755
4755
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
4756
4756
|
}
|
|
4757
4757
|
/** Contains response data for the list operation. */
|
|
4758
|
-
export
|
|
4758
|
+
export type OperationsListResponse = ClientDiscoveryResponse;
|
|
4759
4759
|
/** Optional parameters. */
|
|
4760
4760
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4761
4761
|
}
|
|
4762
4762
|
/** Contains response data for the listNext operation. */
|
|
4763
|
-
export
|
|
4763
|
+
export type OperationsListNextResponse = ClientDiscoveryResponse;
|
|
4764
4764
|
/** Optional parameters. */
|
|
4765
4765
|
export interface BackupResourceVaultConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
4766
4766
|
}
|
|
4767
4767
|
/** Contains response data for the get operation. */
|
|
4768
|
-
export
|
|
4768
|
+
export type BackupResourceVaultConfigsGetResponse = BackupResourceVaultConfigResource;
|
|
4769
4769
|
/** Optional parameters. */
|
|
4770
4770
|
export interface BackupResourceVaultConfigsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4771
4771
|
}
|
|
4772
4772
|
/** Contains response data for the update operation. */
|
|
4773
|
-
export
|
|
4773
|
+
export type BackupResourceVaultConfigsUpdateResponse = BackupResourceVaultConfigResource;
|
|
4774
4774
|
/** Optional parameters. */
|
|
4775
4775
|
export interface BackupResourceVaultConfigsPutOptionalParams extends coreClient.OperationOptions {
|
|
4776
4776
|
}
|
|
4777
4777
|
/** Contains response data for the put operation. */
|
|
4778
|
-
export
|
|
4778
|
+
export type BackupResourceVaultConfigsPutResponse = BackupResourceVaultConfigResource;
|
|
4779
4779
|
/** Optional parameters. */
|
|
4780
4780
|
export interface BackupResourceEncryptionConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
4781
4781
|
}
|
|
4782
4782
|
/** Contains response data for the get operation. */
|
|
4783
|
-
export
|
|
4783
|
+
export type BackupResourceEncryptionConfigsGetResponse = BackupResourceEncryptionConfigExtendedResource;
|
|
4784
4784
|
/** Optional parameters. */
|
|
4785
4785
|
export interface BackupResourceEncryptionConfigsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4786
4786
|
}
|
|
@@ -4788,7 +4788,7 @@ export interface BackupResourceEncryptionConfigsUpdateOptionalParams extends cor
|
|
|
4788
4788
|
export interface PrivateEndpointConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
4789
4789
|
}
|
|
4790
4790
|
/** Contains response data for the get operation. */
|
|
4791
|
-
export
|
|
4791
|
+
export type PrivateEndpointConnectionGetResponse = PrivateEndpointConnectionResource;
|
|
4792
4792
|
/** Optional parameters. */
|
|
4793
4793
|
export interface PrivateEndpointConnectionPutOptionalParams extends coreClient.OperationOptions {
|
|
4794
4794
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -4797,7 +4797,7 @@ export interface PrivateEndpointConnectionPutOptionalParams extends coreClient.O
|
|
|
4797
4797
|
resumeFrom?: string;
|
|
4798
4798
|
}
|
|
4799
4799
|
/** Contains response data for the put operation. */
|
|
4800
|
-
export
|
|
4800
|
+
export type PrivateEndpointConnectionPutResponse = PrivateEndpointConnectionResource;
|
|
4801
4801
|
/** Optional parameters. */
|
|
4802
4802
|
export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4803
4803
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -4809,12 +4809,12 @@ export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClien
|
|
|
4809
4809
|
export interface PrivateEndpointGetOperationStatusOptionalParams extends coreClient.OperationOptions {
|
|
4810
4810
|
}
|
|
4811
4811
|
/** Contains response data for the getOperationStatus operation. */
|
|
4812
|
-
export
|
|
4812
|
+
export type PrivateEndpointGetOperationStatusResponse = OperationStatus;
|
|
4813
4813
|
/** Optional parameters. */
|
|
4814
4814
|
export interface GetOperationStatusOptionalParams extends coreClient.OperationOptions {
|
|
4815
4815
|
}
|
|
4816
4816
|
/** Contains response data for the getOperationStatus operation. */
|
|
4817
|
-
export
|
|
4817
|
+
export type GetOperationStatusResponse = OperationStatus;
|
|
4818
4818
|
/** Optional parameters. */
|
|
4819
4819
|
export interface BMSPrepareDataMoveOptionalParams extends coreClient.OperationOptions {
|
|
4820
4820
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -4840,19 +4840,19 @@ export interface MoveRecoveryPointOptionalParams extends coreClient.OperationOpt
|
|
|
4840
4840
|
export interface BMSPrepareDataMoveOperationResultGetOptionalParams extends coreClient.OperationOptions {
|
|
4841
4841
|
}
|
|
4842
4842
|
/** Contains response data for the get operation. */
|
|
4843
|
-
export
|
|
4843
|
+
export type BMSPrepareDataMoveOperationResultGetResponse = VaultStorageConfigOperationResultResponseUnion;
|
|
4844
4844
|
/** Optional parameters. */
|
|
4845
4845
|
export interface ProtectedItemsGetOptionalParams extends coreClient.OperationOptions {
|
|
4846
4846
|
/** OData filter options. */
|
|
4847
4847
|
filter?: string;
|
|
4848
4848
|
}
|
|
4849
4849
|
/** Contains response data for the get operation. */
|
|
4850
|
-
export
|
|
4850
|
+
export type ProtectedItemsGetResponse = ProtectedItemResource;
|
|
4851
4851
|
/** Optional parameters. */
|
|
4852
4852
|
export interface ProtectedItemsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4853
4853
|
}
|
|
4854
4854
|
/** Contains response data for the createOrUpdate operation. */
|
|
4855
|
-
export
|
|
4855
|
+
export type ProtectedItemsCreateOrUpdateResponse = ProtectedItemResource;
|
|
4856
4856
|
/** Optional parameters. */
|
|
4857
4857
|
export interface ProtectedItemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4858
4858
|
}
|
|
@@ -4860,24 +4860,24 @@ export interface ProtectedItemsDeleteOptionalParams extends coreClient.Operation
|
|
|
4860
4860
|
export interface ProtectedItemOperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
4861
4861
|
}
|
|
4862
4862
|
/** Contains response data for the get operation. */
|
|
4863
|
-
export
|
|
4863
|
+
export type ProtectedItemOperationResultsGetResponse = ProtectedItemResource;
|
|
4864
4864
|
/** Optional parameters. */
|
|
4865
4865
|
export interface RecoveryPointsListOptionalParams extends coreClient.OperationOptions {
|
|
4866
4866
|
/** OData filter options. */
|
|
4867
4867
|
filter?: string;
|
|
4868
4868
|
}
|
|
4869
4869
|
/** Contains response data for the list operation. */
|
|
4870
|
-
export
|
|
4870
|
+
export type RecoveryPointsListResponse = RecoveryPointResourceList;
|
|
4871
4871
|
/** Optional parameters. */
|
|
4872
4872
|
export interface RecoveryPointsGetOptionalParams extends coreClient.OperationOptions {
|
|
4873
4873
|
}
|
|
4874
4874
|
/** Contains response data for the get operation. */
|
|
4875
|
-
export
|
|
4875
|
+
export type RecoveryPointsGetResponse = RecoveryPointResource;
|
|
4876
4876
|
/** Optional parameters. */
|
|
4877
4877
|
export interface RecoveryPointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4878
4878
|
}
|
|
4879
4879
|
/** Contains response data for the listNext operation. */
|
|
4880
|
-
export
|
|
4880
|
+
export type RecoveryPointsListNextResponse = RecoveryPointResourceList;
|
|
4881
4881
|
/** Optional parameters. */
|
|
4882
4882
|
export interface RestoresTriggerOptionalParams extends coreClient.OperationOptions {
|
|
4883
4883
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -4891,22 +4891,22 @@ export interface BackupPoliciesListOptionalParams extends coreClient.OperationOp
|
|
|
4891
4891
|
filter?: string;
|
|
4892
4892
|
}
|
|
4893
4893
|
/** Contains response data for the list operation. */
|
|
4894
|
-
export
|
|
4894
|
+
export type BackupPoliciesListResponse = ProtectionPolicyResourceList;
|
|
4895
4895
|
/** Optional parameters. */
|
|
4896
4896
|
export interface BackupPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
4897
4897
|
}
|
|
4898
4898
|
/** Contains response data for the listNext operation. */
|
|
4899
|
-
export
|
|
4899
|
+
export type BackupPoliciesListNextResponse = ProtectionPolicyResourceList;
|
|
4900
4900
|
/** Optional parameters. */
|
|
4901
4901
|
export interface ProtectionPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
4902
4902
|
}
|
|
4903
4903
|
/** Contains response data for the get operation. */
|
|
4904
|
-
export
|
|
4904
|
+
export type ProtectionPoliciesGetResponse = ProtectionPolicyResource;
|
|
4905
4905
|
/** Optional parameters. */
|
|
4906
4906
|
export interface ProtectionPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4907
4907
|
}
|
|
4908
4908
|
/** Contains response data for the createOrUpdate operation. */
|
|
4909
|
-
export
|
|
4909
|
+
export type ProtectionPoliciesCreateOrUpdateResponse = ProtectionPolicyResource;
|
|
4910
4910
|
/** Optional parameters. */
|
|
4911
4911
|
export interface ProtectionPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4912
4912
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -4918,7 +4918,7 @@ export interface ProtectionPoliciesDeleteOptionalParams extends coreClient.Opera
|
|
|
4918
4918
|
export interface ProtectionPolicyOperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
4919
4919
|
}
|
|
4920
4920
|
/** Contains response data for the get operation. */
|
|
4921
|
-
export
|
|
4921
|
+
export type ProtectionPolicyOperationResultsGetResponse = ProtectionPolicyResource;
|
|
4922
4922
|
/** Optional parameters. */
|
|
4923
4923
|
export interface BackupJobsListOptionalParams extends coreClient.OperationOptions {
|
|
4924
4924
|
/** OData filter options. */
|
|
@@ -4927,17 +4927,17 @@ export interface BackupJobsListOptionalParams extends coreClient.OperationOption
|
|
|
4927
4927
|
skipToken?: string;
|
|
4928
4928
|
}
|
|
4929
4929
|
/** Contains response data for the list operation. */
|
|
4930
|
-
export
|
|
4930
|
+
export type BackupJobsListResponse = JobResourceList;
|
|
4931
4931
|
/** Optional parameters. */
|
|
4932
4932
|
export interface BackupJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4933
4933
|
}
|
|
4934
4934
|
/** Contains response data for the listNext operation. */
|
|
4935
|
-
export
|
|
4935
|
+
export type BackupJobsListNextResponse = JobResourceList;
|
|
4936
4936
|
/** Optional parameters. */
|
|
4937
4937
|
export interface JobDetailsGetOptionalParams extends coreClient.OperationOptions {
|
|
4938
4938
|
}
|
|
4939
4939
|
/** Contains response data for the get operation. */
|
|
4940
|
-
export
|
|
4940
|
+
export type JobDetailsGetResponse = JobResource;
|
|
4941
4941
|
/** Optional parameters. */
|
|
4942
4942
|
export interface JobCancellationsTriggerOptionalParams extends coreClient.OperationOptions {
|
|
4943
4943
|
}
|
|
@@ -4948,7 +4948,7 @@ export interface JobOperationResultsGetOptionalParams extends coreClient.Operati
|
|
|
4948
4948
|
export interface ExportJobsOperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
4949
4949
|
}
|
|
4950
4950
|
/** Contains response data for the get operation. */
|
|
4951
|
-
export
|
|
4951
|
+
export type ExportJobsOperationResultsGetResponse = OperationResultInfoBaseResource;
|
|
4952
4952
|
/** Optional parameters. */
|
|
4953
4953
|
export interface JobsExportOptionalParams extends coreClient.OperationOptions {
|
|
4954
4954
|
/** OData filter options. */
|
|
@@ -4962,17 +4962,17 @@ export interface BackupProtectedItemsListOptionalParams extends coreClient.Opera
|
|
|
4962
4962
|
skipToken?: string;
|
|
4963
4963
|
}
|
|
4964
4964
|
/** Contains response data for the list operation. */
|
|
4965
|
-
export
|
|
4965
|
+
export type BackupProtectedItemsListResponse = ProtectedItemResourceList;
|
|
4966
4966
|
/** Optional parameters. */
|
|
4967
4967
|
export interface BackupProtectedItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
4968
4968
|
}
|
|
4969
4969
|
/** Contains response data for the listNext operation. */
|
|
4970
|
-
export
|
|
4970
|
+
export type BackupProtectedItemsListNextResponse = ProtectedItemResourceList;
|
|
4971
4971
|
/** Optional parameters. */
|
|
4972
4972
|
export interface OperationValidateOptionalParams extends coreClient.OperationOptions {
|
|
4973
4973
|
}
|
|
4974
4974
|
/** Contains response data for the validate operation. */
|
|
4975
|
-
export
|
|
4975
|
+
export type OperationValidateResponse = ValidateOperationsResponse;
|
|
4976
4976
|
/** Optional parameters. */
|
|
4977
4977
|
export interface ValidateOperationTriggerOptionalParams extends coreClient.OperationOptions {
|
|
4978
4978
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -4984,12 +4984,12 @@ export interface ValidateOperationTriggerOptionalParams extends coreClient.Opera
|
|
|
4984
4984
|
export interface ValidateOperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
4985
4985
|
}
|
|
4986
4986
|
/** Contains response data for the get operation. */
|
|
4987
|
-
export
|
|
4987
|
+
export type ValidateOperationResultsGetResponse = ValidateOperationsResponse;
|
|
4988
4988
|
/** Optional parameters. */
|
|
4989
4989
|
export interface ValidateOperationStatusesGetOptionalParams extends coreClient.OperationOptions {
|
|
4990
4990
|
}
|
|
4991
4991
|
/** Contains response data for the get operation. */
|
|
4992
|
-
export
|
|
4992
|
+
export type ValidateOperationStatusesGetResponse = OperationStatus;
|
|
4993
4993
|
/** Optional parameters. */
|
|
4994
4994
|
export interface BackupEnginesListOptionalParams extends coreClient.OperationOptions {
|
|
4995
4995
|
/** OData filter options. */
|
|
@@ -4998,7 +4998,7 @@ export interface BackupEnginesListOptionalParams extends coreClient.OperationOpt
|
|
|
4998
4998
|
skipToken?: string;
|
|
4999
4999
|
}
|
|
5000
5000
|
/** Contains response data for the list operation. */
|
|
5001
|
-
export
|
|
5001
|
+
export type BackupEnginesListResponse = BackupEngineBaseResourceList;
|
|
5002
5002
|
/** Optional parameters. */
|
|
5003
5003
|
export interface BackupEnginesGetOptionalParams extends coreClient.OperationOptions {
|
|
5004
5004
|
/** OData filter options. */
|
|
@@ -5007,12 +5007,12 @@ export interface BackupEnginesGetOptionalParams extends coreClient.OperationOpti
|
|
|
5007
5007
|
skipToken?: string;
|
|
5008
5008
|
}
|
|
5009
5009
|
/** Contains response data for the get operation. */
|
|
5010
|
-
export
|
|
5010
|
+
export type BackupEnginesGetResponse = BackupEngineBaseResource;
|
|
5011
5011
|
/** Optional parameters. */
|
|
5012
5012
|
export interface BackupEnginesListNextOptionalParams extends coreClient.OperationOptions {
|
|
5013
5013
|
}
|
|
5014
5014
|
/** Contains response data for the listNext operation. */
|
|
5015
|
-
export
|
|
5015
|
+
export type BackupEnginesListNextResponse = BackupEngineBaseResourceList;
|
|
5016
5016
|
/** Optional parameters. */
|
|
5017
5017
|
export interface ProtectionContainerRefreshOperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
5018
5018
|
}
|
|
@@ -5022,22 +5022,22 @@ export interface ProtectableContainersListOptionalParams extends coreClient.Oper
|
|
|
5022
5022
|
filter?: string;
|
|
5023
5023
|
}
|
|
5024
5024
|
/** Contains response data for the list operation. */
|
|
5025
|
-
export
|
|
5025
|
+
export type ProtectableContainersListResponse = ProtectableContainerResourceList;
|
|
5026
5026
|
/** Optional parameters. */
|
|
5027
5027
|
export interface ProtectableContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
5028
5028
|
}
|
|
5029
5029
|
/** Contains response data for the listNext operation. */
|
|
5030
|
-
export
|
|
5030
|
+
export type ProtectableContainersListNextResponse = ProtectableContainerResourceList;
|
|
5031
5031
|
/** Optional parameters. */
|
|
5032
5032
|
export interface ProtectionContainersGetOptionalParams extends coreClient.OperationOptions {
|
|
5033
5033
|
}
|
|
5034
5034
|
/** Contains response data for the get operation. */
|
|
5035
|
-
export
|
|
5035
|
+
export type ProtectionContainersGetResponse = ProtectionContainerResource;
|
|
5036
5036
|
/** Optional parameters. */
|
|
5037
5037
|
export interface ProtectionContainersRegisterOptionalParams extends coreClient.OperationOptions {
|
|
5038
5038
|
}
|
|
5039
5039
|
/** Contains response data for the register operation. */
|
|
5040
|
-
export
|
|
5040
|
+
export type ProtectionContainersRegisterResponse = ProtectionContainerResource;
|
|
5041
5041
|
/** Optional parameters. */
|
|
5042
5042
|
export interface ProtectionContainersUnregisterOptionalParams extends coreClient.OperationOptions {
|
|
5043
5043
|
}
|
|
@@ -5059,17 +5059,17 @@ export interface BackupWorkloadItemsListOptionalParams extends coreClient.Operat
|
|
|
5059
5059
|
skipToken?: string;
|
|
5060
5060
|
}
|
|
5061
5061
|
/** Contains response data for the list operation. */
|
|
5062
|
-
export
|
|
5062
|
+
export type BackupWorkloadItemsListResponse = WorkloadItemResourceList;
|
|
5063
5063
|
/** Optional parameters. */
|
|
5064
5064
|
export interface BackupWorkloadItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5065
5065
|
}
|
|
5066
5066
|
/** Contains response data for the listNext operation. */
|
|
5067
|
-
export
|
|
5067
|
+
export type BackupWorkloadItemsListNextResponse = WorkloadItemResourceList;
|
|
5068
5068
|
/** Optional parameters. */
|
|
5069
5069
|
export interface ProtectionContainerOperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
5070
5070
|
}
|
|
5071
5071
|
/** Contains response data for the get operation. */
|
|
5072
|
-
export
|
|
5072
|
+
export type ProtectionContainerOperationResultsGetResponse = ProtectionContainerResource;
|
|
5073
5073
|
/** Optional parameters. */
|
|
5074
5074
|
export interface BackupsTriggerOptionalParams extends coreClient.OperationOptions {
|
|
5075
5075
|
}
|
|
@@ -5077,7 +5077,7 @@ export interface BackupsTriggerOptionalParams extends coreClient.OperationOption
|
|
|
5077
5077
|
export interface ProtectedItemOperationStatusesGetOptionalParams extends coreClient.OperationOptions {
|
|
5078
5078
|
}
|
|
5079
5079
|
/** Contains response data for the get operation. */
|
|
5080
|
-
export
|
|
5080
|
+
export type ProtectedItemOperationStatusesGetResponse = OperationStatus;
|
|
5081
5081
|
/** Optional parameters. */
|
|
5082
5082
|
export interface ItemLevelRecoveryConnectionsProvisionOptionalParams extends coreClient.OperationOptions {
|
|
5083
5083
|
}
|
|
@@ -5091,12 +5091,12 @@ export interface BackupOperationResultsGetOptionalParams extends coreClient.Oper
|
|
|
5091
5091
|
export interface BackupOperationStatusesGetOptionalParams extends coreClient.OperationOptions {
|
|
5092
5092
|
}
|
|
5093
5093
|
/** Contains response data for the get operation. */
|
|
5094
|
-
export
|
|
5094
|
+
export type BackupOperationStatusesGetResponse = OperationStatus;
|
|
5095
5095
|
/** Optional parameters. */
|
|
5096
5096
|
export interface ProtectionPolicyOperationStatusesGetOptionalParams extends coreClient.OperationOptions {
|
|
5097
5097
|
}
|
|
5098
5098
|
/** Contains response data for the get operation. */
|
|
5099
|
-
export
|
|
5099
|
+
export type ProtectionPolicyOperationStatusesGetResponse = OperationStatus;
|
|
5100
5100
|
/** Optional parameters. */
|
|
5101
5101
|
export interface BackupProtectableItemsListOptionalParams extends coreClient.OperationOptions {
|
|
5102
5102
|
/** OData filter options. */
|
|
@@ -5105,73 +5105,73 @@ export interface BackupProtectableItemsListOptionalParams extends coreClient.Ope
|
|
|
5105
5105
|
skipToken?: string;
|
|
5106
5106
|
}
|
|
5107
5107
|
/** Contains response data for the list operation. */
|
|
5108
|
-
export
|
|
5108
|
+
export type BackupProtectableItemsListResponse = WorkloadProtectableItemResourceList;
|
|
5109
5109
|
/** Optional parameters. */
|
|
5110
5110
|
export interface BackupProtectableItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5111
5111
|
}
|
|
5112
5112
|
/** Contains response data for the listNext operation. */
|
|
5113
|
-
export
|
|
5113
|
+
export type BackupProtectableItemsListNextResponse = WorkloadProtectableItemResourceList;
|
|
5114
5114
|
/** Optional parameters. */
|
|
5115
5115
|
export interface BackupProtectionContainersListOptionalParams extends coreClient.OperationOptions {
|
|
5116
5116
|
/** OData filter options. */
|
|
5117
5117
|
filter?: string;
|
|
5118
5118
|
}
|
|
5119
5119
|
/** Contains response data for the list operation. */
|
|
5120
|
-
export
|
|
5120
|
+
export type BackupProtectionContainersListResponse = ProtectionContainerResourceList;
|
|
5121
5121
|
/** Optional parameters. */
|
|
5122
5122
|
export interface BackupProtectionContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
5123
5123
|
}
|
|
5124
5124
|
/** Contains response data for the listNext operation. */
|
|
5125
|
-
export
|
|
5125
|
+
export type BackupProtectionContainersListNextResponse = ProtectionContainerResourceList;
|
|
5126
5126
|
/** Optional parameters. */
|
|
5127
5127
|
export interface DeletedProtectionContainersListOptionalParams extends coreClient.OperationOptions {
|
|
5128
5128
|
/** OData filter options. */
|
|
5129
5129
|
filter?: string;
|
|
5130
5130
|
}
|
|
5131
5131
|
/** Contains response data for the list operation. */
|
|
5132
|
-
export
|
|
5132
|
+
export type DeletedProtectionContainersListResponse = ProtectionContainerResourceList;
|
|
5133
5133
|
/** Optional parameters. */
|
|
5134
5134
|
export interface DeletedProtectionContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
5135
5135
|
}
|
|
5136
5136
|
/** Contains response data for the listNext operation. */
|
|
5137
|
-
export
|
|
5137
|
+
export type DeletedProtectionContainersListNextResponse = ProtectionContainerResourceList;
|
|
5138
5138
|
/** Optional parameters. */
|
|
5139
5139
|
export interface SecurityPINsGetOptionalParams extends coreClient.OperationOptions {
|
|
5140
5140
|
/** security pin request */
|
|
5141
5141
|
parameters?: SecurityPinBase;
|
|
5142
5142
|
}
|
|
5143
5143
|
/** Contains response data for the get operation. */
|
|
5144
|
-
export
|
|
5144
|
+
export type SecurityPINsGetResponse = TokenInformation;
|
|
5145
5145
|
/** Optional parameters. */
|
|
5146
5146
|
export interface RecoveryPointsRecommendedForMoveListOptionalParams extends coreClient.OperationOptions {
|
|
5147
5147
|
}
|
|
5148
5148
|
/** Contains response data for the list operation. */
|
|
5149
|
-
export
|
|
5149
|
+
export type RecoveryPointsRecommendedForMoveListResponse = RecoveryPointResourceList;
|
|
5150
5150
|
/** Optional parameters. */
|
|
5151
5151
|
export interface RecoveryPointsRecommendedForMoveListNextOptionalParams extends coreClient.OperationOptions {
|
|
5152
5152
|
}
|
|
5153
5153
|
/** Contains response data for the listNext operation. */
|
|
5154
|
-
export
|
|
5154
|
+
export type RecoveryPointsRecommendedForMoveListNextResponse = RecoveryPointResourceList;
|
|
5155
5155
|
/** Optional parameters. */
|
|
5156
5156
|
export interface ResourceGuardProxiesGetOptionalParams extends coreClient.OperationOptions {
|
|
5157
5157
|
}
|
|
5158
5158
|
/** Contains response data for the get operation. */
|
|
5159
|
-
export
|
|
5159
|
+
export type ResourceGuardProxiesGetResponse = ResourceGuardProxyBaseResourceList;
|
|
5160
5160
|
/** Optional parameters. */
|
|
5161
5161
|
export interface ResourceGuardProxiesGetNextOptionalParams extends coreClient.OperationOptions {
|
|
5162
5162
|
}
|
|
5163
5163
|
/** Contains response data for the getNext operation. */
|
|
5164
|
-
export
|
|
5164
|
+
export type ResourceGuardProxiesGetNextResponse = ResourceGuardProxyBaseResourceList;
|
|
5165
5165
|
/** Optional parameters. */
|
|
5166
5166
|
export interface ResourceGuardProxyGetOptionalParams extends coreClient.OperationOptions {
|
|
5167
5167
|
}
|
|
5168
5168
|
/** Contains response data for the get operation. */
|
|
5169
|
-
export
|
|
5169
|
+
export type ResourceGuardProxyGetResponse = ResourceGuardProxyBaseResource;
|
|
5170
5170
|
/** Optional parameters. */
|
|
5171
5171
|
export interface ResourceGuardProxyPutOptionalParams extends coreClient.OperationOptions {
|
|
5172
5172
|
}
|
|
5173
5173
|
/** Contains response data for the put operation. */
|
|
5174
|
-
export
|
|
5174
|
+
export type ResourceGuardProxyPutResponse = ResourceGuardProxyBaseResource;
|
|
5175
5175
|
/** Optional parameters. */
|
|
5176
5176
|
export interface ResourceGuardProxyDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5177
5177
|
}
|
|
@@ -5179,7 +5179,7 @@ export interface ResourceGuardProxyDeleteOptionalParams extends coreClient.Opera
|
|
|
5179
5179
|
export interface ResourceGuardProxyUnlockDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5180
5180
|
}
|
|
5181
5181
|
/** Contains response data for the unlockDelete operation. */
|
|
5182
|
-
export
|
|
5182
|
+
export type ResourceGuardProxyUnlockDeleteResponse = UnlockDeleteResponse;
|
|
5183
5183
|
/** Optional parameters. */
|
|
5184
5184
|
export interface RecoveryServicesBackupClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
5185
5185
|
/** server parameter */
|