ArmDataProtectionBackupModelFactory.AdhocBackupRules(String, String) 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.
public static Azure.ResourceManager.DataProtectionBackup.Models.AdhocBackupRules AdhocBackupRules(string ruleName = default, string backupTriggerRetentionTagOverride = default);
static member AdhocBackupRules : string * string -> Azure.ResourceManager.DataProtectionBackup.Models.AdhocBackupRules
Public Shared Function AdhocBackupRules (Optional ruleName As String = Nothing, Optional backupTriggerRetentionTagOverride As String = Nothing) As AdhocBackupRules
Parameters
- ruleName
- String
- backupTriggerRetentionTagOverride
- String
Gets or sets the RetentionTagOverride.
Returns
A new AdhocBackupRules instance for mocking.