ArmDataProtectionBackupModelFactory.DataProtectionOperationExtendedInfo 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.
Operation Extended Info Please note this is the abstract base class. The derived classes available for instantiation are: DataProtectionOperationJobExtendedInfo.
public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationExtendedInfo DataProtectionOperationExtendedInfo(string objectType = default);
static member DataProtectionOperationExtendedInfo : string -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionOperationExtendedInfo
Public Shared Function DataProtectionOperationExtendedInfo (Optional objectType As String = Nothing) As DataProtectionOperationExtendedInfo
Parameters
- objectType
- String
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
Returns
A new DataProtectionOperationExtendedInfo instance for mocking.