DatabaseExportDefinition(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 DatabaseExportDefinition.
public DatabaseExportDefinition (Azure.ResourceManager.Sql.Models.StorageKeyType storageKeyType, string storageKey, Uri storageUri, string administratorLogin, string administratorLoginPassword);
new Azure.ResourceManager.Sql.Models.DatabaseExportDefinition : Azure.ResourceManager.Sql.Models.StorageKeyType * string * Uri * string * string -> Azure.ResourceManager.Sql.Models.DatabaseExportDefinition
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET