DacImportParameters.BlobCredentialsParameter.Uri Property
Required. Gets or sets the URI of the DACPAC file stored in Azure Blob Storage to be imported.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public Uri Uri { get; set; }
public:
property Uri^ Uri {
Uri^ get();
void set(Uri^ value);
}
member Uri : Uri with get, set
Public Property Uri As Uri
Property Value
Type: System.Uri
See Also
DacImportParameters.BlobCredentialsParameter Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top