Language

ArmDataProtectionBackupModelFactory.DataProtectionBackupAuthCredentials Method

Definition

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.

Applies to