ExportDatabaseDefinition Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. ExportDatabaseDefinition
- com.
Implements
public final class ExportDatabaseDefinition
implements JsonSerializable<ExportDatabaseDefinition>
Contains the information necessary to perform export database operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ExportDatabaseDefinition() |
Creates an instance of Export |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
administratorLogin()
Get the administrator |
| String |
administratorLoginPassword()
Get the administrator |
| String |
authenticationType()
Get the authentication |
|
static
Export |
fromJson(JsonReader jsonReader)
Reads an instance of Export |
|
Network |
networkIsolation()
Get the network |
| String |
storageKey()
Get the storage |
|
Storage |
storageKeyType()
Get the storage |
| String |
storageUri()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Export |
withAdministratorLogin(String administratorLogin)
Set the administrator |
|
Export |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the administrator |
|
Export |
withAuthenticationType(String authenticationType)
Set the authentication |
|
Export |
withNetworkIsolation(NetworkIsolationSettings networkIsolation)
Set the network |
|
Export |
withStorageKey(String storageKey)
Set the storage |
|
Export |
withStorageKeyType(StorageKeyType storageKeyType)
Set the storage |
|
Export |
withStorageUri(String storageUri)
Set the storage |
Methods inherited from java.lang.Object
Constructor Details
ExportDatabaseDefinition
public ExportDatabaseDefinition()
Creates an instance of ExportDatabaseDefinition class.
Method Details
administratorLogin
public String administratorLogin()
Get the administratorLogin property: Administrator login name.
Returns:
administratorLoginPassword
public String administratorLoginPassword()
Get the administratorLoginPassword property: Administrator login password.
Returns:
authenticationType
public String authenticationType()
Get the authenticationType property: Authentication type.
Returns:
fromJson
public static ExportDatabaseDefinition fromJson(JsonReader jsonReader)
Reads an instance of ExportDatabaseDefinition from the JsonReader.
Parameters:
Returns:
Throws:
networkIsolation
public NetworkIsolationSettings networkIsolation()
Get the networkIsolation property: Optional resource information to enable network isolation for request.
Returns:
storageKey
public String storageKey()
Get the storageKey property: Storage key.
Returns:
storageKeyType
public StorageKeyType storageKeyType()
Get the storageKeyType property: Storage key type.
Returns:
storageUri
public String storageUri()
Get the storageUri property: Storage Uri.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdministratorLogin
public ExportDatabaseDefinition withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: Administrator login name.
Parameters:
Returns:
withAdministratorLoginPassword
public ExportDatabaseDefinition withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: Administrator login password.
Parameters:
Returns:
withAuthenticationType
public ExportDatabaseDefinition withAuthenticationType(String authenticationType)
Set the authenticationType property: Authentication type.
Parameters:
Returns:
withNetworkIsolation
public ExportDatabaseDefinition withNetworkIsolation(NetworkIsolationSettings networkIsolation)
Set the networkIsolation property: Optional resource information to enable network isolation for request.
Parameters:
Returns:
withStorageKey
public ExportDatabaseDefinition withStorageKey(String storageKey)
Set the storageKey property: Storage key.
Parameters:
Returns:
withStorageKeyType
public ExportDatabaseDefinition withStorageKeyType(StorageKeyType storageKeyType)
Set the storageKeyType property: Storage key type.
Parameters:
Returns:
withStorageUri
public ExportDatabaseDefinition withStorageUri(String storageUri)
Set the storageUri property: Storage Uri.
Parameters:
Returns: