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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET