ArmDataProtectionBackupModelFactory.BaseResourceProperties(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.
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.