Class ExportDatabaseDefinition

java.lang.Object
com.azure.resourcemanager.sql.models.ExportDatabaseDefinition

public final class ExportDatabaseDefinition extends Object
Contains the information necessary to perform export database operation.
  • Constructor Details

    • ExportDatabaseDefinition

      public ExportDatabaseDefinition()
      Creates an instance of ExportDatabaseDefinition class.
  • Method Details

    • storageKeyType

      public StorageKeyType storageKeyType()
      Get the storageKeyType property: Storage key type.
      Returns:
      the storageKeyType value.
    • withStorageKeyType

      public ExportDatabaseDefinition withStorageKeyType(StorageKeyType storageKeyType)
      Set the storageKeyType property: Storage key type.
      Parameters:
      storageKeyType - the storageKeyType value to set.
      Returns:
      the ExportDatabaseDefinition object itself.
    • storageKey

      public String storageKey()
      Get the storageKey property: Storage key.
      Returns:
      the storageKey value.
    • withStorageKey

      public ExportDatabaseDefinition withStorageKey(String storageKey)
      Set the storageKey property: Storage key.
      Parameters:
      storageKey - the storageKey value to set.
      Returns:
      the ExportDatabaseDefinition object itself.
    • storageUri

      public String storageUri()
      Get the storageUri property: Storage Uri.
      Returns:
      the storageUri value.
    • withStorageUri

      public ExportDatabaseDefinition withStorageUri(String storageUri)
      Set the storageUri property: Storage Uri.
      Parameters:
      storageUri - the storageUri value to set.
      Returns:
      the ExportDatabaseDefinition object itself.
    • administratorLogin

      public String administratorLogin()
      Get the administratorLogin property: Administrator login name.
      Returns:
      the administratorLogin value.
    • withAdministratorLogin

      public ExportDatabaseDefinition withAdministratorLogin(String administratorLogin)
      Set the administratorLogin property: Administrator login name.
      Parameters:
      administratorLogin - the administratorLogin value to set.
      Returns:
      the ExportDatabaseDefinition object itself.
    • administratorLoginPassword

      public String administratorLoginPassword()
      Get the administratorLoginPassword property: Administrator login password.
      Returns:
      the administratorLoginPassword value.
    • withAdministratorLoginPassword

      public ExportDatabaseDefinition withAdministratorLoginPassword(String administratorLoginPassword)
      Set the administratorLoginPassword property: Administrator login password.
      Parameters:
      administratorLoginPassword - the administratorLoginPassword value to set.
      Returns:
      the ExportDatabaseDefinition object itself.
    • authenticationType

      public String authenticationType()
      Get the authenticationType property: Authentication type.
      Returns:
      the authenticationType value.
    • withAuthenticationType

      public ExportDatabaseDefinition withAuthenticationType(String authenticationType)
      Set the authenticationType property: Authentication type.
      Parameters:
      authenticationType - the authenticationType value to set.
      Returns:
      the ExportDatabaseDefinition object itself.
    • networkIsolation

      public NetworkIsolationSettings networkIsolation()
      Get the networkIsolation property: Optional resource information to enable network isolation for request.
      Returns:
      the networkIsolation value.
    • withNetworkIsolation

      public ExportDatabaseDefinition withNetworkIsolation(NetworkIsolationSettings networkIsolation)
      Set the networkIsolation property: Optional resource information to enable network isolation for request.
      Parameters:
      networkIsolation - the networkIsolation value to set.
      Returns:
      the ExportDatabaseDefinition object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.