Class ImportExtensionProperties
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.ExportRequest
-
- com.azure.resourcemanager.sql.models.ImportExtensionProperties
-
public final class ImportExtensionProperties extends ExportRequest
Represents the properties for an import operation.
-
-
Constructor Summary
Constructors Constructor Description ImportExtensionProperties()Creates an instance of ImportExtensionProperties class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringoperationMode()Get the operationMode property: The type of import operation being performed.voidvalidate()Validates the instance.ImportExtensionPropertieswithOperationMode(String operationMode)Set the operationMode property: The type of import operation being performed.-
Methods inherited from class com.azure.resourcemanager.sql.models.ExportRequest
administratorLogin, administratorLoginPassword, authenticationType, storageKey, storageKeyType, storageUri, withAdministratorLogin, withAdministratorLoginPassword, withAuthenticationType, withStorageKey, withStorageKeyType, withStorageUri
-
-
-
-
Method Detail
-
operationMode
public String operationMode()
Get the operationMode property: The type of import operation being performed. This is always Import.- Returns:
- the operationMode value.
-
withOperationMode
public ImportExtensionProperties withOperationMode(String operationMode)
Set the operationMode property: The type of import operation being performed. This is always Import.- Parameters:
operationMode- the operationMode value to set.- Returns:
- the ImportExtensionProperties object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classExportRequest- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-