ArmRecoveryServicesBackupModelFactory.RestoreContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for restore request. Workload-specific restore requests are derived from this class. Please note this is the abstract base class. The derived classes available for instantiation are: FileShareRestoreContent, WorkloadPointInTimeRestoreContent, WorkloadRestoreContent, WorkloadSapHanaPointInTimeRestoreContent, WorkloadSapHanaRestoreContent, WorkloadSapAsePointInTimeRestoreContent, WorkloadSapAseRestoreContent, WorkloadSqlPointInTimeRestoreContent, WorkloadSqlRestoreContent, IaasVmRestoreContent, WorkloadSapHanaPointInTimeRestoreWithRehydrateContent, WorkloadSapHanaRestoreWithRehydrateContent, WorkloadSqlPointInTimeRestoreWithRehydrateContent, WorkloadSqlRestoreWithRehydrateContent, and IaasVmRestoreWithRehydrationContent.
public static Azure.ResourceManager.RecoveryServicesBackup.Models.RestoreContent RestoreContent(string objectType = default, System.Collections.Generic.IEnumerable<string> resourceGuardOperationRequests = default);
static member RestoreContent : string * seq<string> -> Azure.ResourceManager.RecoveryServicesBackup.Models.RestoreContent
Public Shared Function RestoreContent (Optional objectType As String = Nothing, Optional resourceGuardOperationRequests As IEnumerable(Of String) = Nothing) As RestoreContent
Parameters
- objectType
- String
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
- resourceGuardOperationRequests
- IEnumerable<String>
ResourceGuardOperationRequests on which LAC check will be performed.
Returns
A new RestoreContent instance for mocking.