ImportRequest Class
- java.
lang. Object - ExportRequest
- com.
microsoft. azure. management. sql. ImportRequest
- com.
public class ImportRequest extends ExportRequest
Import database parameters.
Inherited Members
ExportRequest.administratorLogin()
ExportRequest.administratorLoginPassword()
ExportRequest.authenticationType()
ExportRequest.storageKey()
ExportRequest.storageKeyType()
ExportRequest.storageUri()
ExportRequest.withAdministratorLogin(String administratorLogin)
ExportRequest.withAdministratorLoginPassword(String administratorLoginPassword)
ExportRequest.withAuthenticationType(AuthenticationType authenticationType)
ExportRequest.withStorageKey(String storageKey)
ExportRequest.withStorageKeyType(StorageKeyType storageKeyType)
ExportRequest.withStorageUri(String storageUri)
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 Java