DacImportParameters.BlobCredentials Property
Optional. Gets or sets the credentials for retrieving the DACPAC from Azure Blob Storage.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public DacImportParameters.BlobCredentialsParameter BlobCredentials { get; set; }
public:
property DacImportParameters::BlobCredentialsParameter^ BlobCredentials {
DacImportParameters::BlobCredentialsParameter^ get();
void set(DacImportParameters::BlobCredentialsParameter^ value);
}
member BlobCredentials : DacImportParameters.BlobCredentialsParameter with get, set
Public Property BlobCredentials As DacImportParameters.BlobCredentialsParameter
Property Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.BlobCredentialsParameter
See Also
DacImportParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top