ArmDataProtectionBackupModelFactory.DataProtectionBasePolicyRule 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.
BasePolicy Rule Please note this is the abstract base class. The derived classes available for instantiation are: DataProtectionBackupRule and DataProtectionRetentionRule.
public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBasePolicyRule DataProtectionBasePolicyRule(string name = default, string objectType = default);
static member DataProtectionBasePolicyRule : string * string -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBasePolicyRule
Public Shared Function DataProtectionBasePolicyRule (Optional name As String = Nothing, Optional objectType As String = Nothing) As DataProtectionBasePolicyRule
Parameters
- name
- String
- objectType
- String
Returns
A new DataProtectionBasePolicyRule instance for mocking.