Condividi tramite


ArmDataProtectionBackupModelFactory.SuspendBackupContent Method

Definition

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.

Applies to