BackupInstancePolicySettings.DataStoreParametersList Property

Definition

Gets or sets the DataStore Parameters Please note DataStoreSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OperationalDataStoreSettings.

public System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataStoreSettings> DataStoreParametersList { get; }
member this.DataStoreParametersList : System.Collections.Generic.IList<Azure.ResourceManager.DataProtectionBackup.Models.DataStoreSettings>
Public ReadOnly Property DataStoreParametersList As IList(Of DataStoreSettings)

Property Value

Applies to