AzureKeyVaultS3WithHmacCredentials Class

Definition

The Azure Key Vault secret URIs which store the credentials.

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

Constructors

Name Description
AzureKeyVaultS3WithHmacCredentials()

Initializes a new instance of AzureKeyVaultS3WithHmacCredentials.

Properties

Name Description
AccessKeyUri

The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value.

SecretKeyUri

The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AzureKeyVaultS3WithHmacCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureKeyVaultS3WithHmacCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<StorageMoverCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from StorageMoverCredentials)
IPersistableModel<AzureKeyVaultS3WithHmacCredentials>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureKeyVaultS3WithHmacCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureKeyVaultS3WithHmacCredentials>.Write(ModelReaderWriterOptions)
IPersistableModel<StorageMoverCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from StorageMoverCredentials)

Applies to