Uses of Class
com.microsoft.azure.management.sql.ImportExtensionRequest
Packages that use ImportExtensionRequest
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ImportExtensionRequest in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return ImportExtensionRequestModifier and TypeMethodDescriptionImportExtensionRequest.withAdministratorLogin(String administratorLogin) Set the name of the SQL administrator.ImportExtensionRequest.withAdministratorLoginPassword(String administratorLoginPassword) Set the password of the SQL administrator.ImportExtensionRequest.withAuthenticationType(AuthenticationType authenticationType) Set the authentication type.Set the name of the extension.ImportExtensionRequest.withOperationMode(String operationMode) Set the type of import operation being performed.ImportExtensionRequest.withStorageKey(String storageKey) Set the storage key to use.ImportExtensionRequest.withStorageKeyType(StorageKeyType storageKeyType) Set the type of the storage key to use.ImportExtensionRequest.withStorageUri(String storageUri) Set the storage uri to use.Set the type of the extension.