Language

ArmDataProtectionBackupModelFactory.BaseResourceProperties(String) Method

Definition

Properties which are specific to datasource/datasourceSets Please note this is the abstract base class. The derived classes available for instantiation are: DefaultResourceProperties.

public static Azure.ResourceManager.DataProtectionBackup.Models.BaseResourceProperties BaseResourceProperties(string objectType = default);
static member BaseResourceProperties : string -> Azure.ResourceManager.DataProtectionBackup.Models.BaseResourceProperties
Public Shared Function BaseResourceProperties (Optional objectType As String = Nothing) As BaseResourceProperties

Parameters

objectType
String

Type of the specific object - used for deserializing.

Returns

A new BaseResourceProperties instance for mocking.

Applies to