ArmRecoveryServicesBackupModelFactory.RestoreContent Method

Definition

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.

Applies to