ArmDataProtectionBackupModelFactory.StopProtectionContent 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 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.