Język

ArmDataProtectionBackupModelFactory.DataStoreSettings Method

Definition

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.

Applies to