Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/recoveryservicesbackup_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: latest
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservicesbackup/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\one\Azure\azure-sdk-for-net\sdk
2019-08-22 09:53:16 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: fb8f078deac2367f3dbcfbd8a542c77083c28a5b
AutoRest information
Requested version: latest
Bootstrapper version: autorest@2.0.4283
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ public AzureFileshareProtectedItem()
/// <param name="createMode">Create mode to indicate recovery of
/// existing soft deleted data source or creation of new data source.
/// Possible values include: 'Invalid', 'Default', 'Recover'</param>
/// <param name="deferredDeleteTimeInUTC">Time for deferred deletion in
/// UTC</param>
/// <param name="isScheduledForDeferredDelete">Flag to identify whether
/// the DS is scheduled for deferred delete</param>
/// <param name="deferredDeleteTimeRemaining">Time remaining before the
/// DS marked for deferred delete is permanently deleted</param>
/// <param name="isDeferredDeleteScheduleUpcoming">Flag to identify
/// whether the deferred deleted DS is to be purged soon</param>
/// <param name="isRehydrate">Flag to identify that deferred deleted DS
/// is to be moved into Pause state</param>
/// <param name="friendlyName">Friendly name of the fileshare
/// represented by this backup item.</param>
/// <param name="protectionStatus">Backup status of this backup
Expand All @@ -69,8 +79,8 @@ public AzureFileshareProtectedItem()
/// on this backup item.</param>
/// <param name="extendedInfo">Additional information with this backup
/// item.</param>
public AzureFileshareProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), string friendlyName = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), AzureFileshareProtectedItemExtendedInfo extendedInfo = default(AzureFileshareProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode)
public AzureFileshareProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), System.DateTime? deferredDeleteTimeInUTC = default(System.DateTime?), bool? isScheduledForDeferredDelete = default(bool?), string deferredDeleteTimeRemaining = default(string), bool? isDeferredDeleteScheduleUpcoming = default(bool?), bool? isRehydrate = default(bool?), string friendlyName = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), AzureFileshareProtectedItemExtendedInfo extendedInfo = default(AzureFileshareProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode, deferredDeleteTimeInUTC, isScheduledForDeferredDelete, deferredDeleteTimeRemaining, isDeferredDeleteScheduleUpcoming, isRehydrate)
{
FriendlyName = friendlyName;
ProtectionStatus = protectionStatus;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ public AzureIaaSClassicComputeVMProtectedItem()
/// <param name="createMode">Create mode to indicate recovery of
/// existing soft deleted data source or creation of new data source.
/// Possible values include: 'Invalid', 'Default', 'Recover'</param>
/// <param name="deferredDeleteTimeInUTC">Time for deferred deletion in
/// UTC</param>
/// <param name="isScheduledForDeferredDelete">Flag to identify whether
/// the DS is scheduled for deferred delete</param>
/// <param name="deferredDeleteTimeRemaining">Time remaining before the
/// DS marked for deferred delete is permanently deleted</param>
/// <param name="isDeferredDeleteScheduleUpcoming">Flag to identify
/// whether the deferred deleted DS is to be purged soon</param>
/// <param name="isRehydrate">Flag to identify that deferred deleted DS
/// is to be moved into Pause state</param>
/// <param name="friendlyName">Friendly name of the VM represented by
/// this backup item.</param>
/// <param name="virtualMachineId">Fully qualified ARM ID of the
Expand All @@ -78,8 +88,8 @@ public AzureIaaSClassicComputeVMProtectedItem()
/// item.</param>
/// <param name="extendedInfo">Additional information for this backup
/// item.</param>
public AzureIaaSClassicComputeVMProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), string friendlyName = default(string), string virtualMachineId = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), IList<AzureIaaSVMHealthDetails> healthDetails = default(IList<AzureIaaSVMHealthDetails>), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), string protectedItemDataId = default(string), AzureIaaSVMProtectedItemExtendedInfo extendedInfo = default(AzureIaaSVMProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode, friendlyName, virtualMachineId, protectionStatus, protectionState, healthStatus, healthDetails, lastBackupStatus, lastBackupTime, protectedItemDataId, extendedInfo)
public AzureIaaSClassicComputeVMProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), System.DateTime? deferredDeleteTimeInUTC = default(System.DateTime?), bool? isScheduledForDeferredDelete = default(bool?), string deferredDeleteTimeRemaining = default(string), bool? isDeferredDeleteScheduleUpcoming = default(bool?), bool? isRehydrate = default(bool?), string friendlyName = default(string), string virtualMachineId = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), IList<AzureIaaSVMHealthDetails> healthDetails = default(IList<AzureIaaSVMHealthDetails>), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), string protectedItemDataId = default(string), AzureIaaSVMProtectedItemExtendedInfo extendedInfo = default(AzureIaaSVMProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode, deferredDeleteTimeInUTC, isScheduledForDeferredDelete, deferredDeleteTimeRemaining, isDeferredDeleteScheduleUpcoming, isRehydrate, friendlyName, virtualMachineId, protectionStatus, protectionState, healthStatus, healthDetails, lastBackupStatus, lastBackupTime, protectedItemDataId, extendedInfo)
{
CustomInit();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ public AzureIaaSComputeVMProtectedItem()
/// <param name="createMode">Create mode to indicate recovery of
/// existing soft deleted data source or creation of new data source.
/// Possible values include: 'Invalid', 'Default', 'Recover'</param>
/// <param name="deferredDeleteTimeInUTC">Time for deferred deletion in
/// UTC</param>
/// <param name="isScheduledForDeferredDelete">Flag to identify whether
/// the DS is scheduled for deferred delete</param>
/// <param name="deferredDeleteTimeRemaining">Time remaining before the
/// DS marked for deferred delete is permanently deleted</param>
/// <param name="isDeferredDeleteScheduleUpcoming">Flag to identify
/// whether the deferred deleted DS is to be purged soon</param>
/// <param name="isRehydrate">Flag to identify that deferred deleted DS
/// is to be moved into Pause state</param>
/// <param name="friendlyName">Friendly name of the VM represented by
/// this backup item.</param>
/// <param name="virtualMachineId">Fully qualified ARM ID of the
Expand All @@ -78,8 +88,8 @@ public AzureIaaSComputeVMProtectedItem()
/// item.</param>
/// <param name="extendedInfo">Additional information for this backup
/// item.</param>
public AzureIaaSComputeVMProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), string friendlyName = default(string), string virtualMachineId = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), IList<AzureIaaSVMHealthDetails> healthDetails = default(IList<AzureIaaSVMHealthDetails>), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), string protectedItemDataId = default(string), AzureIaaSVMProtectedItemExtendedInfo extendedInfo = default(AzureIaaSVMProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode, friendlyName, virtualMachineId, protectionStatus, protectionState, healthStatus, healthDetails, lastBackupStatus, lastBackupTime, protectedItemDataId, extendedInfo)
public AzureIaaSComputeVMProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), System.DateTime? deferredDeleteTimeInUTC = default(System.DateTime?), bool? isScheduledForDeferredDelete = default(bool?), string deferredDeleteTimeRemaining = default(string), bool? isDeferredDeleteScheduleUpcoming = default(bool?), bool? isRehydrate = default(bool?), string friendlyName = default(string), string virtualMachineId = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), IList<AzureIaaSVMHealthDetails> healthDetails = default(IList<AzureIaaSVMHealthDetails>), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), string protectedItemDataId = default(string), AzureIaaSVMProtectedItemExtendedInfo extendedInfo = default(AzureIaaSVMProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode, deferredDeleteTimeInUTC, isScheduledForDeferredDelete, deferredDeleteTimeRemaining, isDeferredDeleteScheduleUpcoming, isRehydrate, friendlyName, virtualMachineId, protectionStatus, protectionState, healthStatus, healthDetails, lastBackupStatus, lastBackupTime, protectedItemDataId, extendedInfo)
{
CustomInit();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ public AzureIaaSVMProtectedItem()
/// <param name="createMode">Create mode to indicate recovery of
/// existing soft deleted data source or creation of new data source.
/// Possible values include: 'Invalid', 'Default', 'Recover'</param>
/// <param name="deferredDeleteTimeInUTC">Time for deferred deletion in
/// UTC</param>
/// <param name="isScheduledForDeferredDelete">Flag to identify whether
/// the DS is scheduled for deferred delete</param>
/// <param name="deferredDeleteTimeRemaining">Time remaining before the
/// DS marked for deferred delete is permanently deleted</param>
/// <param name="isDeferredDeleteScheduleUpcoming">Flag to identify
/// whether the deferred deleted DS is to be purged soon</param>
/// <param name="isRehydrate">Flag to identify that deferred deleted DS
/// is to be moved into Pause state</param>
/// <param name="friendlyName">Friendly name of the VM represented by
/// this backup item.</param>
/// <param name="virtualMachineId">Fully qualified ARM ID of the
Expand All @@ -74,8 +84,8 @@ public AzureIaaSVMProtectedItem()
/// item.</param>
/// <param name="extendedInfo">Additional information for this backup
/// item.</param>
public AzureIaaSVMProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), string friendlyName = default(string), string virtualMachineId = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), IList<AzureIaaSVMHealthDetails> healthDetails = default(IList<AzureIaaSVMHealthDetails>), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), string protectedItemDataId = default(string), AzureIaaSVMProtectedItemExtendedInfo extendedInfo = default(AzureIaaSVMProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode)
public AzureIaaSVMProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), System.DateTime? deferredDeleteTimeInUTC = default(System.DateTime?), bool? isScheduledForDeferredDelete = default(bool?), string deferredDeleteTimeRemaining = default(string), bool? isDeferredDeleteScheduleUpcoming = default(bool?), bool? isRehydrate = default(bool?), string friendlyName = default(string), string virtualMachineId = default(string), string protectionStatus = default(string), string protectionState = default(string), string healthStatus = default(string), IList<AzureIaaSVMHealthDetails> healthDetails = default(IList<AzureIaaSVMHealthDetails>), string lastBackupStatus = default(string), System.DateTime? lastBackupTime = default(System.DateTime?), string protectedItemDataId = default(string), AzureIaaSVMProtectedItemExtendedInfo extendedInfo = default(AzureIaaSVMProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode, deferredDeleteTimeInUTC, isScheduledForDeferredDelete, deferredDeleteTimeRemaining, isDeferredDeleteScheduleUpcoming, isRehydrate)
{
FriendlyName = friendlyName;
VirtualMachineId = virtualMachineId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ public AzureSqlProtectedItem()
/// <param name="createMode">Create mode to indicate recovery of
/// existing soft deleted data source or creation of new data source.
/// Possible values include: 'Invalid', 'Default', 'Recover'</param>
/// <param name="deferredDeleteTimeInUTC">Time for deferred deletion in
/// UTC</param>
/// <param name="isScheduledForDeferredDelete">Flag to identify whether
/// the DS is scheduled for deferred delete</param>
/// <param name="deferredDeleteTimeRemaining">Time remaining before the
/// DS marked for deferred delete is permanently deleted</param>
/// <param name="isDeferredDeleteScheduleUpcoming">Flag to identify
/// whether the deferred deleted DS is to be purged soon</param>
/// <param name="isRehydrate">Flag to identify that deferred deleted DS
/// is to be moved into Pause state</param>
/// <param name="protectedItemDataId">Internal ID of a backup item.
/// Used by Azure SQL Backup engine to contact Recovery
/// Services.</param>
Expand All @@ -59,8 +69,8 @@ public AzureSqlProtectedItem()
/// 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused'</param>
/// <param name="extendedInfo">Additional information for this backup
/// item.</param>
public AzureSqlProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), string protectedItemDataId = default(string), string protectionState = default(string), AzureSqlProtectedItemExtendedInfo extendedInfo = default(AzureSqlProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode)
public AzureSqlProtectedItem(string backupManagementType = default(string), string workloadType = default(string), string containerName = default(string), string sourceResourceId = default(string), string policyId = default(string), System.DateTime? lastRecoveryPoint = default(System.DateTime?), string backupSetName = default(string), string createMode = default(string), System.DateTime? deferredDeleteTimeInUTC = default(System.DateTime?), bool? isScheduledForDeferredDelete = default(bool?), string deferredDeleteTimeRemaining = default(string), bool? isDeferredDeleteScheduleUpcoming = default(bool?), bool? isRehydrate = default(bool?), string protectedItemDataId = default(string), string protectionState = default(string), AzureSqlProtectedItemExtendedInfo extendedInfo = default(AzureSqlProtectedItemExtendedInfo))
: base(backupManagementType, workloadType, containerName, sourceResourceId, policyId, lastRecoveryPoint, backupSetName, createMode, deferredDeleteTimeInUTC, isScheduledForDeferredDelete, deferredDeleteTimeRemaining, isDeferredDeleteScheduleUpcoming, isRehydrate)
{
ProtectedItemDataId = protectedItemDataId;
ProtectionState = protectionState;
Expand Down
Loading