ArmDataProtectionBackupModelFactory.SuspendBackupContent 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.
Request body of Suspend backup when MUA is Enabled.
public static Azure.ResourceManager.DataProtectionBackup.Models.SuspendBackupContent SuspendBackupContent(System.Collections.Generic.IEnumerable<string> resourceGuardOperationRequests = default);
static member SuspendBackupContent : seq<string> -> Azure.ResourceManager.DataProtectionBackup.Models.SuspendBackupContent
Public Shared Function SuspendBackupContent (Optional resourceGuardOperationRequests As IEnumerable(Of String) = Nothing) As SuspendBackupContent
Parameters
- resourceGuardOperationRequests
- IEnumerable<String>
ResourceGuardOperationRequests on which LAC check will be performed.
Returns
A new SuspendBackupContent instance for mocking.