Delen via


SecretStoreBasedAuthCredentials Class

Definition

Secret store based authentication credentials.

public class SecretStoreBasedAuthCredentials : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.SecretStoreBasedAuthCredentials>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.SecretStoreBasedAuthCredentials>
public class SecretStoreBasedAuthCredentials : Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupAuthCredentials
type SecretStoreBasedAuthCredentials = class
    inherit DataProtectionBackupAuthCredentials
    interface IJsonModel<SecretStoreBasedAuthCredentials>
    interface IPersistableModel<SecretStoreBasedAuthCredentials>
type SecretStoreBasedAuthCredentials = class
    inherit DataProtectionBackupAuthCredentials
Public Class SecretStoreBasedAuthCredentials
Inherits DataProtectionBackupAuthCredentials
Implements IJsonModel(Of SecretStoreBasedAuthCredentials), IPersistableModel(Of SecretStoreBasedAuthCredentials)
Public Class SecretStoreBasedAuthCredentials
Inherits DataProtectionBackupAuthCredentials
Inheritance
SecretStoreBasedAuthCredentials
Implements

Constructors

SecretStoreBasedAuthCredentials()

Initializes a new instance of SecretStoreBasedAuthCredentials.

Properties

SecretStoreResource

Secret store resource.

Explicit Interface Implementations

IJsonModel<DataProtectionBackupAuthCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataProtectionBackupAuthCredentials)
IJsonModel<DataProtectionBackupAuthCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataProtectionBackupAuthCredentials)
IJsonModel<SecretStoreBasedAuthCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecretStoreBasedAuthCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupAuthCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataProtectionBackupAuthCredentials)
IPersistableModel<DataProtectionBackupAuthCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataProtectionBackupAuthCredentials)
IPersistableModel<DataProtectionBackupAuthCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataProtectionBackupAuthCredentials)
IPersistableModel<SecretStoreBasedAuthCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretStoreBasedAuthCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecretStoreBasedAuthCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to