Uses of Class
com.azure.resourcemanager.sql.models.OperationMode
Packages that use OperationMode
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of OperationMode in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return OperationModeModifier and TypeMethodDescriptionDatabaseExtensionsProperties.operationMode()Get the operationMode property: Operation mode of the operation: Import, Export, or PolybaseImport.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type OperationModeModifier and TypeMethodDescriptionDatabaseExtensionsProperties.withOperationMode(OperationMode operationMode) Set the operationMode property: Operation mode of the operation: Import, Export, or PolybaseImport. -
Uses of OperationMode in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type OperationMode in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classOperation mode of the operation: Import, Export, or PolybaseImport.Fields in com.azure.resourcemanager.sql.models declared as OperationModeModifier and TypeFieldDescriptionstatic final OperationModeOperationMode.EXPORTStatic value Export for OperationMode.static final OperationModeOperationMode.IMPORTStatic value Import for OperationMode.static final OperationModeOperationMode.POLYBASE_IMPORTStatic value PolybaseImport for OperationMode.Methods in com.azure.resourcemanager.sql.models that return OperationModeModifier and TypeMethodDescriptionstatic OperationModeOperationMode.fromString(String name) Creates or finds a OperationMode from its string representation.DatabaseExtensions.operationMode()Get the operationMode property: Operation mode of the operation: Import, Export, or PolybaseImport.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type OperationModeModifier and TypeMethodDescriptionstatic Collection<OperationMode> OperationMode.values()Gets known OperationMode values.Methods in com.azure.resourcemanager.sql.models with parameters of type OperationModeModifier and TypeMethodDescriptionDatabaseExtensions.withOperationMode(OperationMode operationMode) Set the operationMode property: Operation mode of the operation: Import, Export, or PolybaseImport.