DacImportParameters.BlobCredentialsParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET