@azure/arm-recoveryservicesbackup 13.1.1-alpha.20250421.1 → 13.2.0-alpha.20250423.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 +32 -9
- package/LICENSE +1 -1
- package/README.md +2 -5
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +92 -30
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +2 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +12 -2
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +182 -42
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/recoveryServicesBackupClient.js +2 -2
- package/dist/browser/recoveryServicesBackupClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +92 -30
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +2 -0
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +12 -2
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +185 -45
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +1 -1
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/recoveryServicesBackupClient.js +2 -2
- package/dist/commonjs/recoveryServicesBackupClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +92 -30
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +12 -2
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +182 -42
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +1 -1
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/recoveryServicesBackupClient.js +2 -2
- package/dist/esm/recoveryServicesBackupClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +92 -30
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +2 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +12 -2
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +182 -42
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +1 -1
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/recoveryServicesBackupClient.js +2 -2
- package/dist/react-native/recoveryServicesBackupClient.js.map +1 -1
- package/package.json +6 -6
- package/review/arm-recoveryservicesbackup.api.md +55 -11
|
@@ -24,8 +24,8 @@ export type RetentionPolicyUnion = RetentionPolicy | LongTermRetentionPolicy | S
|
|
|
24
24
|
export type AzureRecoveryServiceVaultProtectionIntentUnion = AzureRecoveryServiceVaultProtectionIntent | AzureWorkloadAutoProtectionIntentUnion;
|
|
25
25
|
export type AzureIaaSVMProtectedItemUnion = AzureIaaSVMProtectedItem | AzureIaaSClassicComputeVMProtectedItem | AzureIaaSComputeVMProtectedItem;
|
|
26
26
|
export type AzureVmWorkloadProtectedItemUnion = AzureVmWorkloadProtectedItem | AzureVmWorkloadSAPAseDatabaseProtectedItem | AzureVmWorkloadSAPHanaDatabaseProtectedItem | AzureVmWorkloadSAPHanaDBInstanceProtectedItem | AzureVmWorkloadSQLDatabaseProtectedItem;
|
|
27
|
-
export type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
|
|
28
|
-
export type AzureWorkloadRestoreRequestUnion = AzureWorkloadRestoreRequest | AzureWorkloadPointInTimeRestoreRequest | AzureWorkloadSAPHanaRestoreRequestUnion | AzureWorkloadSQLRestoreRequestUnion;
|
|
27
|
+
export type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSAPAseRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
|
|
28
|
+
export type AzureWorkloadRestoreRequestUnion = AzureWorkloadRestoreRequest | AzureWorkloadPointInTimeRestoreRequest | AzureWorkloadSAPHanaRestoreRequestUnion | AzureWorkloadSAPAseRestoreRequestUnion | AzureWorkloadSQLRestoreRequestUnion;
|
|
29
29
|
export type IaasVMRestoreRequestUnion = IaasVMRestoreRequest | IaasVMRestoreWithRehydrationRequest;
|
|
30
30
|
export type ValidateRestoreOperationRequestUnion = ValidateRestoreOperationRequest | ValidateIaasVMRestoreOperationRequest;
|
|
31
31
|
export type DpmContainerUnion = DpmContainer | AzureBackupServerContainer;
|
|
@@ -33,11 +33,12 @@ export type IaaSVMContainerUnion = IaaSVMContainer | AzureIaaSClassicComputeVMCo
|
|
|
33
33
|
export type AzureWorkloadContainerUnion = AzureWorkloadContainer | AzureSqlagWorkloadContainerProtectionContainer | AzureVMAppContainerProtectionContainer;
|
|
34
34
|
export type AzureVmWorkloadItemUnion = AzureVmWorkloadItem | AzureVmWorkloadSAPAseDatabaseWorkloadItem | AzureVmWorkloadSAPAseSystemWorkloadItem | AzureVmWorkloadSAPHanaDatabaseWorkloadItem | AzureVmWorkloadSAPHanaSystemWorkloadItem | AzureVmWorkloadSQLDatabaseWorkloadItem | AzureVmWorkloadSQLInstanceWorkloadItem;
|
|
35
35
|
export type IaaSVMProtectableItemUnion = IaaSVMProtectableItem | AzureIaaSClassicComputeVMProtectableItem | AzureIaaSComputeVMProtectableItem;
|
|
36
|
-
export type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSAPHanaDBInstance | AzureVmWorkloadSAPHanaHSRProtectableItem | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
|
|
36
|
+
export type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseDatabaseProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSAPHanaDBInstance | AzureVmWorkloadSAPHanaHSRProtectableItem | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
|
|
37
37
|
export type AzureWorkloadAutoProtectionIntentUnion = AzureWorkloadAutoProtectionIntent | AzureWorkloadSQLAutoProtectionIntent;
|
|
38
|
-
export type AzureWorkloadPointInTimeRecoveryPointUnion = AzureWorkloadPointInTimeRecoveryPoint | AzureWorkloadSAPHanaPointInTimeRecoveryPoint;
|
|
38
|
+
export type AzureWorkloadPointInTimeRecoveryPointUnion = AzureWorkloadPointInTimeRecoveryPoint | AzureWorkloadSAPHanaPointInTimeRecoveryPoint | AzureWorkloadSAPAsePointInTimeRecoveryPoint;
|
|
39
39
|
export type AzureWorkloadSQLRecoveryPointUnion = AzureWorkloadSQLRecoveryPoint | AzureWorkloadSQLPointInTimeRecoveryPoint;
|
|
40
40
|
export type AzureWorkloadSAPHanaRestoreRequestUnion = AzureWorkloadSAPHanaRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion | AzureWorkloadSAPHanaRestoreWithRehydrateRequest;
|
|
41
|
+
export type AzureWorkloadSAPAseRestoreRequestUnion = AzureWorkloadSAPAseRestoreRequest | AzureWorkloadSAPAsePointInTimeRestoreRequest;
|
|
41
42
|
export type AzureWorkloadSQLRestoreRequestUnion = AzureWorkloadSQLRestoreRequest | AzureWorkloadSQLPointInTimeRestoreRequestUnion | AzureWorkloadSQLRestoreWithRehydrateRequest;
|
|
42
43
|
export type AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion = AzureWorkloadSAPHanaPointInTimeRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest;
|
|
43
44
|
export type AzureWorkloadSQLPointInTimeRestoreRequestUnion = AzureWorkloadSQLPointInTimeRestoreRequest | AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest;
|
|
@@ -224,7 +225,7 @@ export interface ProtectionIntent {
|
|
|
224
225
|
}
|
|
225
226
|
/** Base for all lists of resources. */
|
|
226
227
|
export interface ResourceList {
|
|
227
|
-
/** The
|
|
228
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
228
229
|
nextLink?: string;
|
|
229
230
|
}
|
|
230
231
|
/** Backup management usage for vault. */
|
|
@@ -507,12 +508,12 @@ export interface ProtectedItem {
|
|
|
507
508
|
/** Base class for backup copies. Workload-specific backup copies are derived from this class. */
|
|
508
509
|
export interface RecoveryPoint {
|
|
509
510
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
510
|
-
objectType: "AzureFileShareRecoveryPoint" | "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint" | "GenericRecoveryPoint" | "IaasVMRecoveryPoint";
|
|
511
|
+
objectType: "AzureFileShareRecoveryPoint" | "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSAPAsePointInTimeRecoveryPoint" | "AzureWorkloadSAPAseRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint" | "GenericRecoveryPoint" | "IaasVMRecoveryPoint";
|
|
511
512
|
}
|
|
512
513
|
/** Base class for restore request. Workload-specific restore requests are derived from this class. */
|
|
513
514
|
export interface RestoreRequest {
|
|
514
515
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
515
|
-
objectType: "AzureFileShareRestoreRequest" | "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "IaasVMRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest" | "IaasVMRestoreWithRehydrationRequest";
|
|
516
|
+
objectType: "AzureFileShareRestoreRequest" | "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "IaasVMRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest" | "IaasVMRestoreWithRehydrationRequest";
|
|
516
517
|
/** ResourceGuardOperationRequests on which LAC check will be performed */
|
|
517
518
|
resourceGuardOperationRequests?: string[];
|
|
518
519
|
}
|
|
@@ -699,7 +700,7 @@ export interface ILRRequest {
|
|
|
699
700
|
/** Base class for backup item. Workload-specific backup items are derived from this class. */
|
|
700
701
|
export interface WorkloadProtectableItem {
|
|
701
702
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
702
|
-
protectableItemType: "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
|
|
703
|
+
protectableItemType: "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
|
|
703
704
|
/** Type of backup management to backup an item. */
|
|
704
705
|
backupManagementType?: string;
|
|
705
706
|
/** Type of workload for the backup management */
|
|
@@ -833,6 +834,17 @@ export interface RecoveryPointProperties {
|
|
|
833
834
|
/** Bool to indicate whether RP is in soft delete state or not */
|
|
834
835
|
isSoftDeleted?: boolean;
|
|
835
836
|
}
|
|
837
|
+
/** Recovery point tier information. */
|
|
838
|
+
export interface RecoveryPointTierInformation {
|
|
839
|
+
/** Recovery point tier type. */
|
|
840
|
+
type?: RecoveryPointTierType;
|
|
841
|
+
/** Recovery point tier status. */
|
|
842
|
+
status?: RecoveryPointTierStatus;
|
|
843
|
+
/** Recovery point tier status. */
|
|
844
|
+
extendedInfo?: {
|
|
845
|
+
[propertyName: string]: string;
|
|
846
|
+
};
|
|
847
|
+
}
|
|
836
848
|
/** Restore file specs like file path, type and target folder path info. */
|
|
837
849
|
export interface RestoreFileSpecs {
|
|
838
850
|
/** Source File/Folder path */
|
|
@@ -1143,17 +1155,6 @@ export interface PointInTimeRange {
|
|
|
1143
1155
|
/** End time of the time range for log recovery. */
|
|
1144
1156
|
endTime?: Date;
|
|
1145
1157
|
}
|
|
1146
|
-
/** Recovery point tier information. */
|
|
1147
|
-
export interface RecoveryPointTierInformation {
|
|
1148
|
-
/** Recovery point tier type. */
|
|
1149
|
-
type?: RecoveryPointTierType;
|
|
1150
|
-
/** Recovery point tier status. */
|
|
1151
|
-
status?: RecoveryPointTierStatus;
|
|
1152
|
-
/** Recovery point tier status. */
|
|
1153
|
-
extendedInfo?: {
|
|
1154
|
-
[propertyName: string]: string;
|
|
1155
|
-
};
|
|
1156
|
-
}
|
|
1157
1158
|
export interface RecoveryPointMoveReadinessInfo {
|
|
1158
1159
|
isReadyForMove?: boolean;
|
|
1159
1160
|
additionalInfo?: string;
|
|
@@ -1934,56 +1935,78 @@ export interface AzureWorkloadContainerAutoProtectionIntent extends ProtectionIn
|
|
|
1934
1935
|
export interface ProtectionIntentResourceList extends ResourceList {
|
|
1935
1936
|
/** List of resources. */
|
|
1936
1937
|
value?: ProtectionIntentResource[];
|
|
1938
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1939
|
+
nextLink?: string;
|
|
1937
1940
|
}
|
|
1938
1941
|
/** List of RecoveryPoint resources */
|
|
1939
1942
|
export interface RecoveryPointResourceList extends ResourceList {
|
|
1940
1943
|
/** List of resources. */
|
|
1941
1944
|
value?: RecoveryPointResource[];
|
|
1945
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1946
|
+
nextLink?: string;
|
|
1942
1947
|
}
|
|
1943
1948
|
/** List of ProtectionPolicy resources */
|
|
1944
1949
|
export interface ProtectionPolicyResourceList extends ResourceList {
|
|
1945
1950
|
/** List of resources. */
|
|
1946
1951
|
value?: ProtectionPolicyResource[];
|
|
1952
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1953
|
+
nextLink?: string;
|
|
1947
1954
|
}
|
|
1948
1955
|
/** List of Job resources */
|
|
1949
1956
|
export interface JobResourceList extends ResourceList {
|
|
1950
1957
|
/** List of resources. */
|
|
1951
1958
|
value?: JobResource[];
|
|
1959
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1960
|
+
nextLink?: string;
|
|
1952
1961
|
}
|
|
1953
1962
|
/** List of ProtectedItem resources */
|
|
1954
1963
|
export interface ProtectedItemResourceList extends ResourceList {
|
|
1955
1964
|
/** List of resources. */
|
|
1956
1965
|
value?: ProtectedItemResource[];
|
|
1966
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1967
|
+
nextLink?: string;
|
|
1957
1968
|
}
|
|
1958
1969
|
/** List of BackupEngineBase resources */
|
|
1959
1970
|
export interface BackupEngineBaseResourceList extends ResourceList {
|
|
1960
1971
|
/** List of resources. */
|
|
1961
1972
|
value?: BackupEngineBaseResource[];
|
|
1973
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1974
|
+
nextLink?: string;
|
|
1962
1975
|
}
|
|
1963
1976
|
/** List of ProtectableContainer resources */
|
|
1964
1977
|
export interface ProtectableContainerResourceList extends ResourceList {
|
|
1965
1978
|
/** List of resources. */
|
|
1966
1979
|
value?: ProtectableContainerResource[];
|
|
1980
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1981
|
+
nextLink?: string;
|
|
1967
1982
|
}
|
|
1968
1983
|
/** List of WorkloadItem resources */
|
|
1969
1984
|
export interface WorkloadItemResourceList extends ResourceList {
|
|
1970
1985
|
/** List of resources. */
|
|
1971
1986
|
value?: WorkloadItemResource[];
|
|
1987
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1988
|
+
nextLink?: string;
|
|
1972
1989
|
}
|
|
1973
1990
|
/** List of WorkloadProtectableItem resources */
|
|
1974
1991
|
export interface WorkloadProtectableItemResourceList extends ResourceList {
|
|
1975
1992
|
/** List of resources. */
|
|
1976
1993
|
value?: WorkloadProtectableItemResource[];
|
|
1994
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
1995
|
+
nextLink?: string;
|
|
1977
1996
|
}
|
|
1978
1997
|
/** List of ProtectionContainer resources */
|
|
1979
1998
|
export interface ProtectionContainerResourceList extends ResourceList {
|
|
1980
1999
|
/** List of resources. */
|
|
1981
2000
|
value?: ProtectionContainerResource[];
|
|
2001
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
2002
|
+
nextLink?: string;
|
|
1982
2003
|
}
|
|
1983
2004
|
/** List of ResourceGuardProxyBase resources */
|
|
1984
2005
|
export interface ResourceGuardProxyBaseResourceList extends ResourceList {
|
|
1985
2006
|
/** List of resources. */
|
|
1986
2007
|
value?: ResourceGuardProxyBaseResource[];
|
|
2008
|
+
/** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */
|
|
2009
|
+
nextLink?: string;
|
|
1987
2010
|
}
|
|
1988
2011
|
export interface BackupResourceEncryptionConfigExtended extends BackupResourceEncryptionConfig {
|
|
1989
2012
|
/** User Assigned Identity Id */
|
|
@@ -2100,6 +2123,11 @@ export interface AzureIaaSVMProtectedItem extends ProtectedItem {
|
|
|
2100
2123
|
extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;
|
|
2101
2124
|
/** Extended Properties for Azure IaasVM Backup. */
|
|
2102
2125
|
extendedProperties?: ExtendedProperties;
|
|
2126
|
+
/**
|
|
2127
|
+
* Type of the policy used for protection
|
|
2128
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2129
|
+
*/
|
|
2130
|
+
readonly policyType?: string;
|
|
2103
2131
|
}
|
|
2104
2132
|
/** Azure SQL workload-specific backup item. */
|
|
2105
2133
|
export interface AzureSqlProtectedItem extends ProtectedItem {
|
|
@@ -2218,11 +2246,13 @@ export interface AzureFileShareRecoveryPoint extends RecoveryPoint {
|
|
|
2218
2246
|
recoveryPointSizeInGB?: number;
|
|
2219
2247
|
/** Properties of Recovery Point */
|
|
2220
2248
|
recoveryPointProperties?: RecoveryPointProperties;
|
|
2249
|
+
/** Recovery point tier information. */
|
|
2250
|
+
recoveryPointTierDetails?: RecoveryPointTierInformation[];
|
|
2221
2251
|
}
|
|
2222
2252
|
/** Workload specific recovery point, specifically encapsulates full/diff recovery point */
|
|
2223
2253
|
export interface AzureWorkloadRecoveryPoint extends RecoveryPoint {
|
|
2224
2254
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2225
|
-
objectType: "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
2255
|
+
objectType: "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSAPAsePointInTimeRecoveryPoint" | "AzureWorkloadSAPAseRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
2226
2256
|
/** UTC time at which recovery point was created */
|
|
2227
2257
|
recoveryPointTimeInUTC?: Date;
|
|
2228
2258
|
/** Type of restore point */
|
|
@@ -2319,7 +2349,7 @@ export interface AzureFileShareRestoreRequest extends RestoreRequest {
|
|
|
2319
2349
|
/** AzureWorkload-specific restore. */
|
|
2320
2350
|
export interface AzureWorkloadRestoreRequest extends RestoreRequest {
|
|
2321
2351
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2322
|
-
objectType: "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
2352
|
+
objectType: "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
2323
2353
|
/** Type of this recovery. */
|
|
2324
2354
|
recoveryType?: RecoveryType;
|
|
2325
2355
|
/** Fully qualified ARM ID of the VM on which workload that was running is being recovered. */
|
|
@@ -2743,6 +2773,8 @@ export interface AzureStorageContainer extends ProtectionContainer {
|
|
|
2743
2773
|
protectedItemCount?: number;
|
|
2744
2774
|
/** Whether storage account lock is to be acquired for this container or not. */
|
|
2745
2775
|
acquireStorageAccountLock?: AcquireStorageAccountLock;
|
|
2776
|
+
/** Re-Do Operation */
|
|
2777
|
+
operationType?: OperationType;
|
|
2746
2778
|
}
|
|
2747
2779
|
/** Base class for generic container of backup items */
|
|
2748
2780
|
export interface GenericContainer extends ProtectionContainer {
|
|
@@ -2859,7 +2891,7 @@ export interface IaaSVMProtectableItem extends WorkloadProtectableItem {
|
|
|
2859
2891
|
/** Azure VM workload-specific protectable item. */
|
|
2860
2892
|
export interface AzureVmWorkloadProtectableItem extends WorkloadProtectableItem {
|
|
2861
2893
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2862
|
-
protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
|
|
2894
|
+
protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "HanaHSRContainer" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
|
|
2863
2895
|
/** Name for instance or AG */
|
|
2864
2896
|
parentName?: string;
|
|
2865
2897
|
/**
|
|
@@ -2941,6 +2973,9 @@ export interface TieringCostSavingInfo extends TieringCostInfo {
|
|
|
2941
2973
|
/** Azure IaaS VM workload-specific Health Details. */
|
|
2942
2974
|
export interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {
|
|
2943
2975
|
}
|
|
2976
|
+
/** RecoveryPoint Tier Information V2 */
|
|
2977
|
+
export interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
|
|
2978
|
+
}
|
|
2944
2979
|
/** Log policy schedule. */
|
|
2945
2980
|
export interface LogSchedulePolicy extends SchedulePolicy {
|
|
2946
2981
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3001,9 +3036,6 @@ export interface SimpleRetentionPolicy extends RetentionPolicy {
|
|
|
3001
3036
|
/** Retention duration of the protection policy. */
|
|
3002
3037
|
retentionDuration?: RetentionDuration;
|
|
3003
3038
|
}
|
|
3004
|
-
/** RecoveryPoint Tier Information V2 */
|
|
3005
|
-
export interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
|
|
3006
|
-
}
|
|
3007
3039
|
/** Azure Recovery Services Vault specific protection intent item. */
|
|
3008
3040
|
export interface AzureWorkloadAutoProtectionIntent extends AzureRecoveryServiceVaultProtectionIntent {
|
|
3009
3041
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3042,7 +3074,7 @@ export interface AzureVmWorkloadSQLDatabaseProtectedItem extends AzureVmWorkload
|
|
|
3042
3074
|
/** Recovery point specific to PointInTime */
|
|
3043
3075
|
export interface AzureWorkloadPointInTimeRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
3044
3076
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3045
|
-
objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
|
|
3077
|
+
objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPAsePointInTimeRecoveryPoint";
|
|
3046
3078
|
/** List of log ranges */
|
|
3047
3079
|
timeRanges?: PointInTimeRange[];
|
|
3048
3080
|
}
|
|
@@ -3051,6 +3083,11 @@ export interface AzureWorkloadSAPHanaRecoveryPoint extends AzureWorkloadRecovery
|
|
|
3051
3083
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3052
3084
|
objectType: "AzureWorkloadSAPHanaRecoveryPoint";
|
|
3053
3085
|
}
|
|
3086
|
+
/** SAPAse specific recoverypoint, specifically encapsulates full/diff recoverypoints */
|
|
3087
|
+
export interface AzureWorkloadSAPAseRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
3088
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3089
|
+
objectType: "AzureWorkloadSAPAseRecoveryPoint";
|
|
3090
|
+
}
|
|
3054
3091
|
/** SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info */
|
|
3055
3092
|
export interface AzureWorkloadSQLRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
3056
3093
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3074,6 +3111,11 @@ export interface AzureWorkloadSAPHanaRestoreRequest extends AzureWorkloadRestore
|
|
|
3074
3111
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3075
3112
|
objectType: "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
|
|
3076
3113
|
}
|
|
3114
|
+
/** AzureWorkload SAP Ase-specific restore. */
|
|
3115
|
+
export interface AzureWorkloadSAPAseRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
3116
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3117
|
+
objectType: "AzureWorkloadSAPAseRestoreRequest" | "AzureWorkloadSAPAsePointInTimeRestoreRequest";
|
|
3118
|
+
}
|
|
3077
3119
|
/** AzureWorkload SQL -specific restore. Specifically for full/diff restore */
|
|
3078
3120
|
export interface AzureWorkloadSQLRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
3079
3121
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3164,6 +3206,11 @@ export interface AzureIaaSComputeVMProtectableItem extends IaaSVMProtectableItem
|
|
|
3164
3206
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3165
3207
|
protectableItemType: "Microsoft.Compute/virtualMachines";
|
|
3166
3208
|
}
|
|
3209
|
+
/** Azure VM workload-specific protectable item representing SAP ASE Database. */
|
|
3210
|
+
export interface AzureVmWorkloadSAPAseDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
3211
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3212
|
+
protectableItemType: "SAPAseDatabase";
|
|
3213
|
+
}
|
|
3167
3214
|
/** Azure VM workload-specific protectable item representing SAP ASE System. */
|
|
3168
3215
|
export interface AzureVmWorkloadSAPAseSystemProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
3169
3216
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3218,6 +3265,11 @@ export interface AzureWorkloadSAPHanaPointInTimeRecoveryPoint extends AzureWorkl
|
|
|
3218
3265
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3219
3266
|
objectType: "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
|
|
3220
3267
|
}
|
|
3268
|
+
/** Recovery point specific to PointInTime in SAPAse */
|
|
3269
|
+
export interface AzureWorkloadSAPAsePointInTimeRecoveryPoint extends AzureWorkloadPointInTimeRecoveryPoint {
|
|
3270
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3271
|
+
objectType: "AzureWorkloadSAPAsePointInTimeRecoveryPoint";
|
|
3272
|
+
}
|
|
3221
3273
|
/** Recovery point specific to PointInTime */
|
|
3222
3274
|
export interface AzureWorkloadSQLPointInTimeRecoveryPoint extends AzureWorkloadSQLRecoveryPoint {
|
|
3223
3275
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -3239,6 +3291,13 @@ export interface AzureWorkloadSAPHanaRestoreWithRehydrateRequest extends AzureWo
|
|
|
3239
3291
|
/** RP Rehydration Info */
|
|
3240
3292
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
3241
3293
|
}
|
|
3294
|
+
/** AzureWorkload SAP Ase-specific restore. Specifically for PointInTime/Log restore */
|
|
3295
|
+
export interface AzureWorkloadSAPAsePointInTimeRestoreRequest extends AzureWorkloadSAPAseRestoreRequest {
|
|
3296
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3297
|
+
objectType: "AzureWorkloadSAPAsePointInTimeRestoreRequest";
|
|
3298
|
+
/** PointInTime value */
|
|
3299
|
+
pointInTime?: Date;
|
|
3300
|
+
}
|
|
3242
3301
|
/** AzureWorkload SQL -specific restore. Specifically for PointInTime/Log restore */
|
|
3243
3302
|
export interface AzureWorkloadSQLPointInTimeRestoreRequest extends AzureWorkloadSQLRestoreRequest {
|
|
3244
3303
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -4614,7 +4673,9 @@ export declare enum KnownOperationType {
|
|
|
4614
4673
|
/** Register */
|
|
4615
4674
|
Register = "Register",
|
|
4616
4675
|
/** Reregister */
|
|
4617
|
-
Reregister = "Reregister"
|
|
4676
|
+
Reregister = "Reregister",
|
|
4677
|
+
/** Rehydrate */
|
|
4678
|
+
Rehydrate = "Rehydrate"
|
|
4618
4679
|
}
|
|
4619
4680
|
/**
|
|
4620
4681
|
* Defines values for OperationType. \
|
|
@@ -4623,7 +4684,8 @@ export declare enum KnownOperationType {
|
|
|
4623
4684
|
* ### Known values supported by the service
|
|
4624
4685
|
* **Invalid** \
|
|
4625
4686
|
* **Register** \
|
|
4626
|
-
* **Reregister**
|
|
4687
|
+
* **Reregister** \
|
|
4688
|
+
* **Rehydrate**
|
|
4627
4689
|
*/
|
|
4628
4690
|
export type OperationType = string;
|
|
4629
4691
|
/** Known values of {@link InquiryStatus} that the service accepts. */
|
|
@@ -4889,10 +4951,10 @@ export type HttpStatusCode = "Continue" | "SwitchingProtocols" | "OK" | "Created
|
|
|
4889
4951
|
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";
|
|
4890
4952
|
/** Defines values for RecoveryPointTierType. */
|
|
4891
4953
|
export type RecoveryPointTierType = "Invalid" | "InstantRP" | "HardenedRP" | "ArchivedRP";
|
|
4892
|
-
/** Defines values for JobSupportedAction. */
|
|
4893
|
-
export type JobSupportedAction = "Invalid" | "Cancellable" | "Retriable";
|
|
4894
4954
|
/** Defines values for RecoveryPointTierStatus. */
|
|
4895
4955
|
export type RecoveryPointTierStatus = "Invalid" | "Valid" | "Disabled" | "Deleted" | "Rehydrated";
|
|
4956
|
+
/** Defines values for JobSupportedAction. */
|
|
4957
|
+
export type JobSupportedAction = "Invalid" | "Cancellable" | "Retriable";
|
|
4896
4958
|
/** Defines values for DayOfWeek. */
|
|
4897
4959
|
export type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
4898
4960
|
/** Defines values for TargetDiskNetworkAccessOption. */
|