ArmDataProtectionBackupModelFactory.DataStoreSettings 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.
Parameters for DataStore Please note this is the abstract base class. The derived classes available for instantiation are: OperationalDataStoreSettings.
public static Azure.ResourceManager.DataProtectionBackup.Models.DataStoreSettings DataStoreSettings(string objectType = default, Azure.ResourceManager.DataProtectionBackup.Models.DataStoreType dataStoreType = default);
static member DataStoreSettings : string * Azure.ResourceManager.DataProtectionBackup.Models.DataStoreType -> Azure.ResourceManager.DataProtectionBackup.Models.DataStoreSettings
Public Shared Function DataStoreSettings (Optional objectType As String = Nothing, Optional dataStoreType As DataStoreType = Nothing) As DataStoreSettings
Parameters
- objectType
- String
Type of the specific object - used for deserializing.
- dataStoreType
- DataStoreType
type of datastore; Operational/Vault/Archive.
Returns
A new DataStoreSettings instance for mocking.