Condividi tramite


ArmDataProtectionBackupModelFactory.StopProtectionContent Method

Definition

Request body of Stop protection when MUA is Enabled.

public static Azure.ResourceManager.DataProtectionBackup.Models.StopProtectionContent StopProtectionContent(System.Collections.Generic.IEnumerable<string> resourceGuardOperationRequests = default);
static member StopProtectionContent : seq<string> -> Azure.ResourceManager.DataProtectionBackup.Models.StopProtectionContent
Public Shared Function StopProtectionContent (Optional resourceGuardOperationRequests As IEnumerable(Of String) = Nothing) As StopProtectionContent

Parameters

resourceGuardOperationRequests
IEnumerable<String>

ResourceGuardOperationRequests on which LAC check will be performed.

Returns

A new StopProtectionContent instance for mocking.

Applies to