Lingua

ArmDataProtectionBackupModelFactory.DataProtectionBasePolicyRule Method

Definition

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.

Applies to