DacExportParameters.BlobCredentialsParameter Class
The credentials needed to connect to Azure Blob Storage to export the DACPAC file.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
System.Object
Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentialsParameter
Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentialsParameter
| Name | Description | |
|---|---|---|
![]() | DacExportParameters.BlobCredentialsParameter() | Initializes a new instance of the BlobCredentialsParameter class. |
![]() | DacExportParameters.BlobCredentialsParameter(Uri, String) | Initializes a new instance of the BlobCredentialsParameter class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | StorageAccessKey | Required. Gets or sets the access key for the Azure Storage account. |
![]() | Uri | Required. Gets or sets the URI of where the DACPAC file should be stored in Azure Blob Storage. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


