通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataProtectionBackupAuthCredentials Class

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.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataProtectionBackup.Models.UnknownAuthCredentials))]
public abstract class DataProtectionBackupAuthCredentials : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataProtectionBackup.Models.UnknownAuthCredentials))>]
type DataProtectionBackupAuthCredentials = class
    interface IJsonModel<DataProtectionBackupAuthCredentials>
    interface IPersistableModel<DataProtectionBackupAuthCredentials>
Public MustInherit Class DataProtectionBackupAuthCredentials
Implements IJsonModel(Of DataProtectionBackupAuthCredentials), IPersistableModel(Of DataProtectionBackupAuthCredentials)
Inheritance
DataProtectionBackupAuthCredentials
Derived
Attributes
Implements

Applies to