DacExportParameters.BlobCredentialsParameter Constructor (Uri, String)
Initializes a new instance of the BlobCredentialsParameter class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public BlobCredentialsParameter(
Uri uri,
string storageAccessKey
)
public:
BlobCredentialsParameter(
Uri^ uri,
String^ storageAccessKey
)
new :
uri:Uri *
storageAccessKey:string -> BlobCredentialsParameter
Public Sub New (
uri As Uri,
storageAccessKey As String
)
See Also
DacExportParameters.BlobCredentialsParameter Overload
DacExportParameters.BlobCredentialsParameter Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top