Share via


DataProtectionBackupInstanceProperties.DataSourceAuthCredentials Property

Definition

Credentials to use to authenticate with data source provider. Please note DataProtectionBackupAuthCredentials 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 SecretStoreBasedAuthCredentials.

public Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials DataSourceAuthCredentials { get; set; }
member this.DataSourceAuthCredentials : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials with get, set
Public Property DataSourceAuthCredentials As DataProtectionBackupAuthCredentials

Property Value

Applies to