DatabaseImportDefinition(StorageKeyType, String, Uri, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DatabaseImportDefinition.
public DatabaseImportDefinition (Azure.ResourceManager.Sql.Models.StorageKeyType storageKeyType, string storageKey, Uri storageUri, string administratorLogin, string administratorLoginPassword);
new Azure.ResourceManager.Sql.Models.DatabaseImportDefinition : Azure.ResourceManager.Sql.Models.StorageKeyType * string * Uri * string * string -> Azure.ResourceManager.Sql.Models.DatabaseImportDefinition
Public Sub New (storageKeyType As StorageKeyType, storageKey As String, storageUri As Uri, administratorLogin As String, administratorLoginPassword As String)
Parameters
- storageKeyType
- StorageKeyType
Storage key type.
- storageKey
- String
Storage key.
- storageUri
- Uri
Storage Uri.
- administratorLogin
- String
Administrator login name.
- administratorLoginPassword
- String
Administrator login password.
Exceptions
storageKey
, storageUri
, administratorLogin
or administratorLoginPassword
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET