BlobCredentialsParameter Members

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

The following tables list the members exposed by the BlobCredentialsParameter type.

Public Constructors

  Name Description
  BlobCredentialsParameter Overloaded.  

Top

Public Properties

  Name Description
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.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

BlobCredentialsParameter Class
Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters Namespace