DacImportParameters.BlobCredentialsParameter Class

Definition

Represents the Azure Blob Storage information needed for connecting and retrieving the DACPAC file.

public class DacImportParameters.BlobCredentialsParameter
type DacImportParameters.BlobCredentialsParameter = class
Public Class DacImportParameters.BlobCredentialsParameter
Inheritance
DacImportParameters.BlobCredentialsParameter

Constructors

DacImportParameters.BlobCredentialsParameter()

Initializes a new instance of the BlobCredentialsParameter class.

DacImportParameters.BlobCredentialsParameter(Uri, String)

Initializes a new instance of the BlobCredentialsParameter class with required arguments.

Properties

StorageAccessKey

Required. Gets or sets the access key for the Azure Blob Storage account where the DACPAC file is stored.

Uri

Required. Gets or sets the URI of the DACPAC file stored in Azure Blob Storage to be imported.

Applies to