DacExportParameters::BlobCredentials Property

 

Optional. Gets or sets the credentials information needed for setting where the DACPAC file will be exported to in Azure Blob Storage.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public:
property DacExportParameters::BlobCredentialsParameter^ BlobCredentials {
	DacExportParameters::BlobCredentialsParameter^ get();
	void set(DacExportParameters::BlobCredentialsParameter^ value);
}
Return to top
Show: