ArmDataProtectionBackupModelFactory.DataProtectionBackupAuthCredentials 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.
Base class for different types of authentication credentials. Please note this is the abstract base class. The derived classes available for instantiation are: SecretStoreBasedAuthCredentials.
public static Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials DataProtectionBackupAuthCredentials(string objectType = default);
static member DataProtectionBackupAuthCredentials : string -> Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials
Public Shared Function DataProtectionBackupAuthCredentials (Optional objectType As String = Nothing) As DataProtectionBackupAuthCredentials
Parameters
- objectType
- String
Type of the specific object - used for deserializing.
Returns
A new DataProtectionBackupAuthCredentials instance for mocking.